#3057A2

Color #3057A2 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3057A2

Tints of Mariner #3057A2

Color information

#3057A2 (or 0x3057A2) is unknown color: approx Mariner. HEX triplet: 30, 57 and A2. RGB value is (48,87,162). Sum of RGB (Red+Green+Blue) = 48+87+162=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #3057A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3057A2 is #CFA85D. Grayscale: #535353. Windows color (decimal): -13609054 or 10639152. OLE color: 10639152.

HSL color Cylindrical-coordinate representation of color #3057A2: hue angle of 219.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3057A2 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4887162-
CMYK0.700.4600.36
HSL219.47º54.29%41.18%-
HSV(B)219.47º70.37%63.53%-
XYZ11.1510.0535.54-
YUV83.89172.08102.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=16.16%
G=29.29%
B=54.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48871620.700.4600.36219.4754.2941.18
Hex3057A2462E024db3629
Octal60127242106560443336651
Binary1100001010111101000101000110101110010010011011011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3057A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3057A2; }

 p { color: rgb(48,87,162); }

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

<style>
 a { background-color: #3057A2; }

 a { background-color: rgb(48,87,162); }

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

<style>
 span { border-color: #3057A2; }

 span { border-color: rgb(48,87,162); }

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