#3C5CAB

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

Shades of Mariner #3C5CAB

Tints of Mariner #3C5CAB

Color information

#3C5CAB (or 0x3C5CAB) is unknown color: approx Mariner. HEX triplet: 3C, 5C and AB. RGB value is (60,92,171). Sum of RGB (Red+Green+Blue) = 60+92+171=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C5CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5CAB is #C3A354. Grayscale: #5B5B5B. Windows color (decimal): -12821333 or 11230268. OLE color: 11230268.

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

Color convert

RGB6092171-
CMYK0.650.4600.33
HSL222.7º48.05%45.29%-
HSV(B)222.7º64.91%67.06%-
XYZ13.0411.5640.07-
YUV91.44172.9105.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.58%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=18.58%
G=28.48%
B=52.94%

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
Decimal60921710.650.4600.33222.748.0545.29
Hex3C5CAB412E021df302d
Octal74134253101560413376055
Binary1111001011100101010111000001101110010000111011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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