#3C56A2

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

Shades of Mariner #3C56A2

Tints of Mariner #3C56A2

Color information

#3C56A2 (or 0x3C56A2) is unknown color: approx Mariner. HEX triplet: 3C, 56 and A2. RGB value is (60,86,162). Sum of RGB (Red+Green+Blue) = 60+86+162=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C56A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C56A2 is #C3A95D. Grayscale: #565656. Windows color (decimal): -12822878 or 10638908. OLE color: 10638908.

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

Color convert

RGB6086162-
CMYK0.630.4700.36
HSL224.71º45.95%43.53%-
HSV(B)224.71º62.96%63.53%-
XYZ11.7110.2235.54-
YUV86.89170.39108.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=19.48%
G=27.92%
B=52.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal60861620.630.4700.36224.7145.9543.53
Hex3C56A23F2F024e12e2c
Octal7412624277570443415654
Binary111100101011010100010111111101111010010011100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C56A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,162); }

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

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

 a { background-color: rgb(60,86,162); }

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

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

 span { border-color: rgb(60,86,162); }

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