#3E40A5

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

Shades of Governor Bay #3E40A5

Tints of Governor Bay #3E40A5

Color information

#3E40A5 (or 0x3E40A5) is unknown color: approx Governor Bay. HEX triplet: 3E, 40 and A5. RGB value is (62,64,165). Sum of RGB (Red+Green+Blue) = 62+64+165=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #3E40A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E40A5 is #C1BF5A. Grayscale: #4A4A4A. Windows color (decimal): -12697435 or 10829886. OLE color: 10829886.

HSL color Cylindrical-coordinate representation of color #3E40A5: hue angle of 238.83º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E40A5 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6264165-
CMYK0.620.6100.35
HSL238.83º45.37%44.51%-
HSV(B)238.83º62.42%64.71%-
XYZ10.617.4136.47-
YUV74.92178.84118.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.31%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 165 (64.84% from 255) = 56.70%
R=21.31%
G=21.99%
B=56.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62641650.620.6100.35238.8345.3744.51
Hex3E40A53E3D023ef2d2d
Octal7610024576750433575555
Binary111110100000010100101111110111101010001111101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E40A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,165); }

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

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

 a { background-color: rgb(62,64,165); }

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

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

 span { border-color: rgb(62,64,165); }

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