#3C5BAF

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

Shades of Mariner #3C5BAF

Tints of Mariner #3C5BAF

Color information

#3C5BAF (or 0x3C5BAF) is unknown color: approx Mariner. HEX triplet: 3C, 5B and AF. RGB value is (60,91,175). Sum of RGB (Red+Green+Blue) = 60+91+175=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C5BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5BAF is #C3A450. Grayscale: #5A5A5A. Windows color (decimal): -12821585 or 11492156. OLE color: 11492156.

HSL color Cylindrical-coordinate representation of color #3C5BAF: hue angle of 223.83º 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 #3C5BAF is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6091175-
CMYK0.660.4800.31
HSL223.83º48.94%46.08%-
HSV(B)223.83º65.71%68.63%-
XYZ13.3411.5442.08-
YUV91.31175.23105.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.40%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=18.40%
G=27.91%
B=53.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60911750.660.4800.31223.8348.9446.08
Hex3C5BAF423001Fe0312e
Octal74133257102600373406156
Binary111100101101110101111100001011000001111111100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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