#3A42AA

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

Shades of Governor Bay #3A42AA

Tints of Governor Bay #3A42AA

Color information

#3A42AA (or 0x3A42AA) is unknown color: approx Governor Bay. HEX triplet: 3A, 42 and AA. RGB value is (58,66,170). Sum of RGB (Red+Green+Blue) = 58+66+170=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A42AA is #C5BD55. Grayscale: #4B4B4B. Windows color (decimal): -12959062 or 11158074. OLE color: 11158074.

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

Color convert

RGB5866170-
CMYK0.660.6100.33
HSL235.71º49.12%44.71%-
HSV(B)235.71º65.88%66.67%-
XYZ10.957.738.94-
YUV75.46181.35115.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=19.73%
G=22.45%
B=57.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58661700.660.6100.33235.7149.1244.71
Hex3A42AA423D021ec312d
Octal72102252102750413546155
Binary1110101000010101010101000010111101010000111101100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,170); }

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

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

 a { background-color: rgb(58,66,170); }

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

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

 span { border-color: rgb(58,66,170); }

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