#3E479F

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

Shades of Governor Bay #3E479F

Tints of Governor Bay #3E479F

Color information

#3E479F (or 0x3E479F) is unknown color: approx Governor Bay. HEX triplet: 3E, 47 and 9F. RGB value is (62,71,159). Sum of RGB (Red+Green+Blue) = 62+71+159=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E479F is #C1B860. Grayscale: #4D4D4D. Windows color (decimal): -12695649 or 10438462. OLE color: 10438462.

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

Color convert

RGB6271159-
CMYK0.610.5500.38
HSL234.43º43.89%43.33%-
HSV(B)234.43º61.01%62.35%-
XYZ10.58.0333.8-
YUV78.34173.52116.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=21.23%
G=24.32%
B=54.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62711590.610.5500.38234.4343.8943.33
Hex3E479F3D37026ea2c2b
Octal7610723775670463525453
Binary111110100011110011111111101110111010011011101010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,71,159); }

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

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

 a { background-color: rgb(62,71,159); }

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

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

 span { border-color: rgb(62,71,159); }

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