#3e4b9e

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

Shades of Governor Bay #3E4B9E

Tints of Governor Bay #3E4B9E

Color information

#3E4B9E (or 0x3E4B9E) is unknown color: approx Governor Bay. HEX triplet: 3E, 4B and 9E. RGB value is (62,75,158). Sum of RGB (Red+Green+Blue) = 62+75+158=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E4B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4B9E is #C1B461. Grayscale: #505050. Windows color (decimal): -12694626 or 10373950. OLE color: 10373950.

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

Color convert

RGB6275158-
CMYK0.610.5300.38
HSL231.88º43.64%43.14%-
HSV(B)231.88º60.76%61.96%-
XYZ10.678.5233.43-
YUV80.58171.69114.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.02%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=21.02%
G=25.42%
B=53.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62751580.610.5300.38231.8843.6443.14
Hex3E4B9E3D35026e82c2b
Octal7611323675650463505453
Binary111110100101110011110111101110101010011011101000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e4b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,75,158); }

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

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

 a { background-color: rgb(62,75,158); }

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

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

 span { border-color: rgb(62,75,158); }

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