#3F3DAD

Color #3F3DAD Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #3F3DAD

Tints of Governor Bay #3F3DAD

Color information

#3F3DAD (or 0x3F3DAD) is unknown color: approx Governor Bay. HEX triplet: 3F, 3D and AD. RGB value is (63,61,173). Sum of RGB (Red+Green+Blue) = 63+61+173=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F3DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3DAD is #C0C252. Grayscale: #494949. Windows color (decimal): -12632659 or 11353407. OLE color: 11353407.

HSL color Cylindrical-coordinate representation of color #3F3DAD: hue angle of 241.07º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F3DAD is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6361173-
CMYK0.640.6500.32
HSL241.07º47.86%45.88%-
HSV(B)241.07º64.74%67.84%-
XYZ11.267.4140.37-
YUV74.37183.66119.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=21.21%
G=20.54%
B=58.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63611730.640.6500.32241.0747.8645.88
Hex3F3DAD4041020f1302e
Octal77752551001010403616056
Binary1111111111011010110110000001000001010000011110001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3DAD; }

 p { color: rgb(63,61,173); }

 H1.HeaderClassName
 {
   color: #3F3DAD;
 }
 .AnyTagClassName
 {
   color: #3F3DAD;
 }
</style>
background-color css

<style>
 a { background-color: #3F3DAD; }

 a { background-color: rgb(63,61,173); }

 div.DivClassName
 {
   background-color: #3F3DAD;
 }
 .BgClassName
 {
   background-color: #3F3DAD;
 }
</style>
border-color css

<style>
 span { border-color: #3F3DAD; }

 span { border-color: rgb(63,61,173); }

 td.TdClassName
 {
   border-color: #3F3DAD;
 }
 .TagClassName
 {
   border-color: #3F3DAD;
 }
</style>