#3C6383

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

Shades of Matisse #3C6383

Tints of Matisse #3C6383

Color information

#3C6383 (or 0x3C6383) is unknown color: approx Matisse. HEX triplet: 3C, 63 and 83. RGB value is (60,99,131). Sum of RGB (Red+Green+Blue) = 60+99+131=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C6383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6383 is #C39C7C. Grayscale: #5A5A5A. Windows color (decimal): -12819581 or 8610620. OLE color: 8610620.

HSL color Cylindrical-coordinate representation of color #3C6383: hue angle of 207.04º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C6383 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6099131-
CMYK0.540.2400.49
HSL207.04º37.17%37.45%-
HSV(B)207.04º54.2%51.37%-
XYZ10.4211.5223.15-
YUV90.99150.58105.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=20.69%
G=34.14%
B=45.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60991310.540.2400.49207.0437.1737.45
Hex3C63833618031cf2525
Octal7414320366300613174545
Binary11110011000111000001111011011000011000111001111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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