#3F499F

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

Shades of Governor Bay #3F499F

Tints of Governor Bay #3F499F

Color information

#3F499F (or 0x3F499F) is unknown color: approx Governor Bay. HEX triplet: 3F, 49 and 9F. RGB value is (63,73,159). Sum of RGB (Red+Green+Blue) = 63+73+159=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F499F is #C0B660. Grayscale: #4F4F4F. Windows color (decimal): -12629601 or 10438975. OLE color: 10438975.

HSL color Cylindrical-coordinate representation of color #3F499F: hue angle of 233.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F499F is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6373159-
CMYK0.600.5400.38
HSL233.75º43.24%43.53%-
HSV(B)233.75º60.38%62.35%-
XYZ10.698.3333.84-
YUV79.81172.69116.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=21.36%
G=24.75%
B=53.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63731590.600.5400.38233.7543.2443.53
Hex3F499F3C36026ea2b2c
Octal7711123774660463525354
Binary111111100100110011111111100110110010011011101010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,73,159); }

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

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

 a { background-color: rgb(63,73,159); }

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

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

 span { border-color: rgb(63,73,159); }

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