#3E4C9F

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

Shades of Governor Bay #3E4C9F

Tints of Governor Bay #3E4C9F

Color information

#3E4C9F (or 0x3E4C9F) is unknown color: approx Governor Bay. HEX triplet: 3E, 4C and 9F. RGB value is (62,76,159). Sum of RGB (Red+Green+Blue) = 62+76+159=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E4C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4C9F is #C1B360. Grayscale: #505050. Windows color (decimal): -12694369 or 10439742. OLE color: 10439742.

HSL color Cylindrical-coordinate representation of color #3E4C9F: hue angle of 231.34º 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 #3E4C9F is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6276159-
CMYK0.610.5200.38
HSL231.34º43.89%43.33%-
HSV(B)231.34º61.01%62.35%-
XYZ10.838.733.91-
YUV81.28171.86114.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=20.88%
G=25.59%
B=53.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62761590.610.5200.38231.3443.8943.33
Hex3E4C9F3D34026e72c2b
Octal7611423775640463475453
Binary111110100110010011111111101110100010011011100111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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