#3C56AB

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

Shades of Mariner #3C56AB

Tints of Mariner #3C56AB

Color information

#3C56AB (or 0x3C56AB) is unknown color: approx Mariner. HEX triplet: 3C, 56 and AB. RGB value is (60,86,171). Sum of RGB (Red+Green+Blue) = 60+86+171=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C56AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C56AB is #C3A954. Grayscale: #575757. Windows color (decimal): -12822869 or 11228732. OLE color: 11228732.

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

Color convert

RGB6086171-
CMYK0.650.5000.33
HSL225.95º48.05%45.29%-
HSV(B)225.95º64.91%67.06%-
XYZ12.5410.5639.9-
YUV87.92174.89108.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=18.93%
G=27.13%
B=53.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60861710.650.5000.33225.9548.0545.29
Hex3C56AB4132021e2302d
Octal74126253101620413426055
Binary1111001010110101010111000001110010010000111100010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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