#3c6589

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

Shades of Matisse #3C6589

Tints of Matisse #3C6589

Color information

#3C6589 (or 0x3C6589) is unknown color: approx Matisse. HEX triplet: 3C, 65 and 89. RGB value is (60,101,137). Sum of RGB (Red+Green+Blue) = 60+101+137=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C6589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6589 is #C39A76. Grayscale: #5C5C5C. Windows color (decimal): -12819063 or 9004348. OLE color: 9004348.

HSL color Cylindrical-coordinate representation of color #3C6589: hue angle of 208.05º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6589 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB60101137-
CMYK0.560.2600.46
HSL208.05º39.09%38.63%-
HSV(B)208.05º56.2%53.73%-
XYZ11.0312.0725.42-
YUV92.84152.92104.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 137 (53.91% from 255) = 45.97%
R=20.13%
G=33.89%
B=45.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601011370.560.2600.46208.0539.0938.63
Hex3C6589381A02Ed02727
Octal7414521170320563204747
Binary11110011001011000100111100011010010111011010000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,101,137); }

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

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

 a { background-color: rgb(60,101,137); }

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

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

 span { border-color: rgb(60,101,137); }

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