#3C628C

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

Shades of Matisse #3C628C

Tints of Matisse #3C628C

Color information

#3C628C (or 0x3C628C) is unknown color: approx Matisse. HEX triplet: 3C, 62 and 8C. RGB value is (60,98,140). Sum of RGB (Red+Green+Blue) = 60+98+140=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C628C is #C39D73. Grayscale: #5B5B5B. Windows color (decimal): -12819828 or 9200188. OLE color: 9200188.

HSL color Cylindrical-coordinate representation of color #3C628C: hue angle of 211.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C628C is Cyan = 0.57, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6098140-
CMYK0.570.300.45
HSL211.5º40%39.22%-
HSV(B)211.5º57.14%54.9%-
XYZ10.9611.5926.47-
YUV91.43155.41105.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=20.13%
G=32.89%
B=46.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60981400.570.300.45211.54039.22
Hex3C628C391E02Dd42827
Octal7414221471360553245047
Binary11110011000101000110011100111110010110111010100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,140); }

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

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

 a { background-color: rgb(60,98,140); }

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

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

 span { border-color: rgb(60,98,140); }

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