#3F479D

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

Shades of Governor Bay #3F479D

Tints of Governor Bay #3F479D

Color information

#3F479D (or 0x3F479D) is unknown color: approx Governor Bay. HEX triplet: 3F, 47 and 9D. RGB value is (63,71,157). Sum of RGB (Red+Green+Blue) = 63+71+157=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F479D is #C0B862. Grayscale: #4E4E4E. Windows color (decimal): -12630115 or 10307391. OLE color: 10307391.

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

Color convert

RGB6371157-
CMYK0.600.5500.38
HSL234.89º42.73%43.14%-
HSV(B)234.89º59.87%61.57%-
XYZ10.39832.89-
YUV78.41172.35117.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=21.65%
G=24.40%
B=53.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63711570.600.5500.38234.8942.7343.14
Hex3F479D3C37026eb2b2b
Octal7710723574670463535353
Binary111111100011110011101111100110111010011011101011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,157); }

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

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

 a { background-color: rgb(63,71,157); }

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

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

 span { border-color: rgb(63,71,157); }

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