#3C6AAB

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

Shades of Mariner #3C6AAB

Tints of Mariner #3C6AAB

Color information

#3C6AAB (or 0x3C6AAB) is unknown color: approx Mariner. HEX triplet: 3C, 6A and AB. RGB value is (60,106,171). Sum of RGB (Red+Green+Blue) = 60+106+171=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6AAB is #C39554. Grayscale: #636363. Windows color (decimal): -12817749 or 11233852. OLE color: 11233852.

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

Color convert

RGB60106171-
CMYK0.650.3800.33
HSL215.14º48.05%45.29%-
HSV(B)215.14º64.91%67.06%-
XYZ14.3714.2140.51-
YUV99.66168.2699.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=17.80%
G=31.45%
B=50.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601061710.650.3800.33215.1448.0545.29
Hex3C6AAB4126021d7302d
Octal74152253101460413276055
Binary1111001101010101010111000001100110010000111010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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