#3C6AA2

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

Shades of Mariner #3C6AA2

Tints of Mariner #3C6AA2

Color information

#3C6AA2 (or 0x3C6AA2) is unknown color: approx Mariner. HEX triplet: 3C, 6A and A2. RGB value is (60,106,162). Sum of RGB (Red+Green+Blue) = 60+106+162=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C6AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6AA2 is #C3955D. Grayscale: #626262. Windows color (decimal): -12817758 or 10644028. OLE color: 10644028.

HSL color Cylindrical-coordinate representation of color #3C6AA2: hue angle of 212.94º 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 #3C6AA2 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB60106162-
CMYK0.630.3500.36
HSL212.94º45.95%43.53%-
HSV(B)212.94º62.96%63.53%-
XYZ13.5413.8836.15-
YUV98.63163.76100.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.29%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 162 (63.67% from 255) = 49.39%
R=18.29%
G=32.32%
B=49.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601061620.630.3500.36212.9445.9543.53
Hex3C6AA23F23024d52e2c
Octal7415224277430443255654
Binary111100110101010100010111111100011010010011010101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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