#3A46A6

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

Shades of Governor Bay #3A46A6

Tints of Governor Bay #3A46A6

Color information

#3A46A6 (or 0x3A46A6) is unknown color: approx Governor Bay. HEX triplet: 3A, 46 and A6. RGB value is (58,70,166). Sum of RGB (Red+Green+Blue) = 58+70+166=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A46A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A46A6 is #C5B959. Grayscale: #4C4C4C. Windows color (decimal): -12958042 or 10896954. OLE color: 10896954.

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

Color convert

RGB5870166-
CMYK0.650.5800.35
HSL233.33º48.21%43.92%-
HSV(B)233.33º65.06%65.1%-
XYZ10.828.0337.06-
YUV77.36178.02114.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 166 (65.23% from 255) = 56.46%
R=19.73%
G=23.81%
B=56.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58701660.650.5800.35233.3348.2143.92
Hex3A46A6413A023e9302c
Octal72106246101720433516054
Binary1110101000110101001101000001111010010001111101001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A46A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,166); }

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

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

 a { background-color: rgb(58,70,166); }

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

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

 span { border-color: rgb(58,70,166); }

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