#3C5AA9

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

Shades of Mariner #3C5AA9

Tints of Mariner #3C5AA9

Color information

#3C5AA9 (or 0x3C5AA9) is unknown color: approx Mariner. HEX triplet: 3C, 5A and A9. RGB value is (60,90,169). Sum of RGB (Red+Green+Blue) = 60+90+169=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C5AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5AA9 is #C3A556. Grayscale: #595959. Windows color (decimal): -12821847 or 11098684. OLE color: 11098684.

HSL color Cylindrical-coordinate representation of color #3C5AA9: hue angle of 223.49º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C5AA9 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6090169-
CMYK0.640.4700.34
HSL223.49º47.6%44.9%-
HSV(B)223.49º64.5%66.27%-
XYZ12.6811.1439.02-
YUV90.04172.56106.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 169 (66.41% from 255) = 52.98%
R=18.81%
G=28.21%
B=52.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal60901690.640.4700.34223.4947.644.9
Hex3C5AA9402F022df302d
Octal74132251100570423376055
Binary1111001011010101010011000000101111010001011011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,90,169); }

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

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

 a { background-color: rgb(60,90,169); }

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

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

 span { border-color: rgb(60,90,169); }

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