#3E489F

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

Shades of Governor Bay #3E489F

Tints of Governor Bay #3E489F

Color information

#3E489F (or 0x3E489F) is unknown color: approx Governor Bay. HEX triplet: 3E, 48 and 9F. RGB value is (62,72,159). Sum of RGB (Red+Green+Blue) = 62+72+159=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E489F is #C1B760. Grayscale: #4E4E4E. Windows color (decimal): -12695393 or 10438718. OLE color: 10438718.

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

Color convert

RGB6272159-
CMYK0.610.5500.38
HSL233.81º43.89%43.33%-
HSV(B)233.81º61.01%62.35%-
XYZ10.568.1633.82-
YUV78.93173.19115.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.16%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=21.16%
G=24.57%
B=54.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62721590.610.5500.38233.8143.8943.33
Hex3E489F3D37026ea2c2b
Octal7611023775670463525453
Binary111110100100010011111111101110111010011011101010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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