#3C589E

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

Shades of Mariner #3C589E

Tints of Mariner #3C589E

Color information

#3C589E (or 0x3C589E) is unknown color: approx Mariner. HEX triplet: 3C, 58 and 9E. RGB value is (60,88,158). Sum of RGB (Red+Green+Blue) = 60+88+158=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C589E is #C3A761. Grayscale: #575757. Windows color (decimal): -12822370 or 10377276. OLE color: 10377276.

HSL color Cylindrical-coordinate representation of color #3C589E: hue angle of 222.86º 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 #3C589E is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6088158-
CMYK0.620.4400.38
HSL222.86º44.95%42.75%-
HSV(B)222.86º62.03%61.96%-
XYZ11.5210.4133.75-
YUV87.61167.72108.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=19.61%
G=28.76%
B=51.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60881580.620.4400.38222.8644.9542.75
Hex3C589E3E2C026df2d2b
Octal7413023676540463375553
Binary111100101100010011110111110101100010011011011111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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