#3e50a2

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

Shades of Governor Bay #3E50A2

Tints of Governor Bay #3E50A2

Color information

#3E50A2 (or 0x3E50A2) is unknown color: approx Governor Bay. HEX triplet: 3E, 50 and A2. RGB value is (62,80,162). Sum of RGB (Red+Green+Blue) = 62+80+162=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #3E50A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E50A2 is #C1AF5D. Grayscale: #535353. Windows color (decimal): -12693342 or 10637374. OLE color: 10637374.

HSL color Cylindrical-coordinate representation of color #3E50A2: hue angle of 229.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E50A2 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6280162-
CMYK0.620.5100.36
HSL229.2º44.64%43.92%-
HSV(B)229.2º61.73%63.53%-
XYZ11.389.3735.39-
YUV83.97172.04112.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=20.39%
G=26.32%
B=53.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal62801620.620.5100.36229.244.6443.92
Hex3E50A23E33024e52d2c
Octal7612024276630443455554
Binary111110101000010100010111110110011010010011100101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e50a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,162); }

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

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

 a { background-color: rgb(62,80,162); }

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

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

 span { border-color: rgb(62,80,162); }

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