#3E4A9D

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

Shades of Governor Bay #3E4A9D

Tints of Governor Bay #3E4A9D

Color information

#3E4A9D (or 0x3E4A9D) is unknown color: approx Governor Bay. HEX triplet: 3E, 4A and 9D. RGB value is (62,74,157). Sum of RGB (Red+Green+Blue) = 62+74+157=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E4A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4A9D is #C1B562. Grayscale: #4F4F4F. Windows color (decimal): -12694883 or 10308158. OLE color: 10308158.

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

Color convert

RGB6274157-
CMYK0.610.5300.38
HSL232.42º43.38%42.94%-
HSV(B)232.42º60.51%61.57%-
XYZ10.528.3632.96-
YUV79.87171.52115.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.16%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=21.16%
G=25.26%
B=53.58%

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
Decimal62741570.610.5300.38232.4243.3842.94
Hex3E4A9D3D35026e82b2b
Octal7611223575650463505353
Binary111110100101010011101111101110101010011011101000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,157); }

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

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

 a { background-color: rgb(62,74,157); }

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

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

 span { border-color: rgb(62,74,157); }

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