#3C569E

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

Shades of Mariner #3C569E

Tints of Mariner #3C569E

Color information

#3C569E (or 0x3C569E) is unknown color: approx Mariner. HEX triplet: 3C, 56 and 9E. RGB value is (60,86,158). Sum of RGB (Red+Green+Blue) = 60+86+158=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C569E is #C3A961. Grayscale: #565656. Windows color (decimal): -12822882 or 10376764. OLE color: 10376764.

HSL color Cylindrical-coordinate representation of color #3C569E: hue angle of 224.08º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C569E is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6086158-
CMYK0.620.4600.38
HSL224.08º44.95%42.75%-
HSV(B)224.08º62.03%61.96%-
XYZ11.3610.0833.7-
YUV86.43168.39109.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=19.74%
G=28.29%
B=51.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60861580.620.4600.38224.0844.9542.75
Hex3C569E3E2E026e02d2b
Octal7412623676560463405553
Binary111100101011010011110111110101110010011011100000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,158); }

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

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

 a { background-color: rgb(60,86,158); }

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

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

 span { border-color: rgb(60,86,158); }

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