#3E509F

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

Shades of Governor Bay #3E509F

Tints of Governor Bay #3E509F

Color information

#3E509F (or 0x3E509F) is unknown color: approx Governor Bay. HEX triplet: 3E, 50 and 9F. RGB value is (62,80,159). Sum of RGB (Red+Green+Blue) = 62+80+159=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E509F is #C1AF60. Grayscale: #535353. Windows color (decimal): -12693345 or 10440766. OLE color: 10440766.

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

Color convert

RGB6280159-
CMYK0.610.5000.38
HSL228.87º43.89%43.33%-
HSV(B)228.87º61.01%62.35%-
XYZ11.119.2634-
YUV83.62170.54112.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=20.60%
G=26.58%
B=52.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62801590.610.5000.38228.8743.8943.33
Hex3E509F3D32026e52c2b
Octal7612023775620463455453
Binary111110101000010011111111101110010010011011100101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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