#3A3EA9

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

Shades of Governor Bay #3A3EA9

Tints of Governor Bay #3A3EA9

Color information

#3A3EA9 (or 0x3A3EA9) is unknown color: approx Governor Bay. HEX triplet: 3A, 3E and A9. RGB value is (58,62,169). Sum of RGB (Red+Green+Blue) = 58+62+169=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 169 (66.41% from 255 or 58.48% from 289); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A3EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3EA9 is #C5C156. Grayscale: #484848. Windows color (decimal): -12960087 or 11091514. OLE color: 11091514.

HSL color Cylindrical-coordinate representation of color #3A3EA9: hue angle of 237.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3EA9 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5862169-
CMYK0.660.6300.34
HSL237.84º48.9%44.51%-
HSV(B)237.84º65.68%66.27%-
XYZ10.637.2138.37-
YUV73182.17117.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 169 (66.41% from 255) = 58.48%
R=20.07%
G=21.45%
B=58.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58621690.660.6300.34237.8448.944.51
Hex3A3EA9423F022ee312d
Octal7276251102770423566155
Binary111010111110101010011000010111111010001011101110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,62,169); }

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

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

 a { background-color: rgb(58,62,169); }

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

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

 span { border-color: rgb(58,62,169); }

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