#3C569B

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

Shades of Mariner #3C569B

Tints of Mariner #3C569B

Color information

#3C569B (or 0x3C569B) is unknown color: approx Mariner. HEX triplet: 3C, 56 and 9B. RGB value is (60,86,155). Sum of RGB (Red+Green+Blue) = 60+86+155=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C569B is #C3A964. Grayscale: #555555. Windows color (decimal): -12822885 or 10180156. OLE color: 10180156.

HSL color Cylindrical-coordinate representation of color #3C569B: hue angle of 223.58º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C569B is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6086155-
CMYK0.610.4500.39
HSL223.58º44.19%42.16%-
HSV(B)223.58º61.29%60.78%-
XYZ11.119.9832.35-
YUV86.09166.89109.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=19.93%
G=28.57%
B=51.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60861550.610.4500.39223.5844.1942.16
Hex3C569B3D2D027e02c2a
Octal7412623375550473405452
Binary111100101011010011011111101101101010011111100000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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