#3C5DAB

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

Shades of Mariner #3C5DAB

Tints of Mariner #3C5DAB

Color information

#3C5DAB (or 0x3C5DAB) is unknown color: approx Mariner. HEX triplet: 3C, 5D and AB. RGB value is (60,93,171). Sum of RGB (Red+Green+Blue) = 60+93+171=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5DAB is #C3A254. Grayscale: #5B5B5B. Windows color (decimal): -12821077 or 11230524. OLE color: 11230524.

HSL color Cylindrical-coordinate representation of color #3C5DAB: hue angle of 222.16º 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 #3C5DAB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6093171-
CMYK0.650.4600.33
HSL222.16º48.05%45.29%-
HSV(B)222.16º64.91%67.06%-
XYZ13.1311.7340.1-
YUV92.02172.57105.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=18.52%
G=28.70%
B=52.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60931710.650.4600.33222.1648.0545.29
Hex3C5DAB412E021de302d
Octal74135253101560413366055
Binary1111001011101101010111000001101110010000111011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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