#3E449E

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

Shades of Governor Bay #3E449E

Tints of Governor Bay #3E449E

Color information

#3E449E (or 0x3E449E) is unknown color: approx Governor Bay. HEX triplet: 3E, 44 and 9E. RGB value is (62,68,158). Sum of RGB (Red+Green+Blue) = 62+68+158=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E449E is #C1BB61. Grayscale: #4C4C4C. Windows color (decimal): -12696418 or 10372158. OLE color: 10372158.

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

Color convert

RGB6268158-
CMYK0.610.5700.38
HSL236.25º43.64%43.14%-
HSV(B)236.25º60.76%61.96%-
XYZ10.237.6333.28-
YUV76.47174.01117.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.53%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=21.53%
G=23.61%
B=54.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62681580.610.5700.38236.2543.6443.14
Hex3E449E3D39026ec2c2b
Octal7610423675710463545453
Binary111110100010010011110111101111001010011011101100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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