#3E4999

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

Shades of Governor Bay #3E4999

Tints of Governor Bay #3E4999

Color information

#3E4999 (or 0x3E4999) is unknown color: approx Governor Bay. HEX triplet: 3E, 49 and 99. RGB value is (62,73,153). Sum of RGB (Red+Green+Blue) = 62+73+153=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #3E4999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4999 is #C1B666. Grayscale: #4E4E4E. Windows color (decimal): -12695143 or 10045758. OLE color: 10045758.

HSL color Cylindrical-coordinate representation of color #3E4999: hue angle of 232.75º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E4999 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6273153-
CMYK0.590.5200.4
HSL232.75º42.33%42.16%-
HSV(B)232.75º59.48%60%-
XYZ10.128.0931.17-
YUV78.83169.86116-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.53%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=21.53%
G=25.35%
B=53.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal62731530.590.5200.4232.7542.3342.16
Hex3E49993B34028e92a2a
Octal7611123173640503515252
Binary111110100100110011001111011110100010100011101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,153); }

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

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

 a { background-color: rgb(62,73,153); }

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

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

 span { border-color: rgb(62,73,153); }

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