#3C6389

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

Shades of Matisse #3C6389

Tints of Matisse #3C6389

Color information

#3C6389 (or 0x3C6389) is unknown color: approx Matisse. HEX triplet: 3C, 63 and 89. RGB value is (60,99,137). Sum of RGB (Red+Green+Blue) = 60+99+137=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C6389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6389 is #C39C76. Grayscale: #5B5B5B. Windows color (decimal): -12819575 or 9003836. OLE color: 9003836.

HSL color Cylindrical-coordinate representation of color #3C6389: hue angle of 209.61º 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 #3C6389 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6099137-
CMYK0.560.2800.46
HSL209.61º39.09%38.63%-
HSV(B)209.61º56.2%53.73%-
XYZ10.8411.6925.35-
YUV91.67153.58105.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=20.27%
G=33.45%
B=46.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60991370.560.2800.46209.6139.0938.63
Hex3C6389381C02Ed22727
Octal7414321170340563224747
Binary11110011000111000100111100011100010111011010010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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