#3C6CAF

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

Shades of Mariner #3C6CAF

Tints of Mariner #3C6CAF

Color information

#3C6CAF (or 0x3C6CAF) is unknown color: approx Mariner. HEX triplet: 3C, 6C and AF. RGB value is (60,108,175). Sum of RGB (Red+Green+Blue) = 60+108+175=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6CAF is #C39350. Grayscale: #646464. Windows color (decimal): -12817233 or 11496508. OLE color: 11496508.

HSL color Cylindrical-coordinate representation of color #3C6CAF: hue angle of 214.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C6CAF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60108175-
CMYK0.660.3800.31
HSL214.96º48.94%46.08%-
HSV(B)214.96º65.71%68.63%-
XYZ14.9614.7842.62-
YUV101.29169.698.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.49%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 175 (68.75% from 255) = 51.02%
R=17.49%
G=31.49%
B=51.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601081750.660.3800.31214.9648.9446.08
Hex3C6CAF422601Fd7312e
Octal74154257102460373276156
Binary111100110110010101111100001010011001111111010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,175); }

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

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

 a { background-color: rgb(60,108,175); }

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

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

 span { border-color: rgb(60,108,175); }

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