#3A47A2

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

Shades of Governor Bay #3A47A2

Tints of Governor Bay #3A47A2

Color information

#3A47A2 (or 0x3A47A2) is unknown color: approx Governor Bay. HEX triplet: 3A, 47 and A2. RGB value is (58,71,162). Sum of RGB (Red+Green+Blue) = 58+71+162=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A47A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47A2 is #C5B85D. Grayscale: #4D4D4D. Windows color (decimal): -12957790 or 10635066. OLE color: 10635066.

HSL color Cylindrical-coordinate representation of color #3A47A2: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A47A2 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5871162-
CMYK0.640.5600.36
HSL232.5º47.27%43.14%-
HSV(B)232.5º64.2%63.53%-
XYZ10.528.0135.17-
YUV77.49175.69114.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.93%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 162 (63.67% from 255) = 55.67%
R=19.93%
G=24.40%
B=55.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58711620.640.5600.36232.547.2743.14
Hex3A47A24038024e82f2b
Octal72107242100700443505753
Binary1110101000111101000101000000111000010010011101000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A47A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,162); }

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

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

 a { background-color: rgb(58,71,162); }

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

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

 span { border-color: rgb(58,71,162); }

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