#396281

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

Shades of Matisse #396281

Tints of Matisse #396281

Color information

#396281 (or 0x396281) is unknown color: approx Matisse. HEX triplet: 39, 62 and 81. RGB value is (57,98,129). Sum of RGB (Red+Green+Blue) = 57+98+129=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #396281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396281 is #C69D7E. Grayscale: #595959. Windows color (decimal): -13016447 or 8479289. OLE color: 8479289.

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

Color convert

RGB5798129-
CMYK0.560.2400.49
HSL205.83º38.71%36.47%-
HSV(B)205.83º55.81%50.59%-
XYZ10.0211.1922.4-
YUV89.28150.42104.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=20.07%
G=34.51%
B=45.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57981290.560.2400.49205.8338.7136.47
Hex3962813818031ce2724
Octal7114220170300613164744
Binary11100111000101000000111100011000011000111001110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396281; }

 p { color: rgb(57,98,129); }

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

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

 a { background-color: rgb(57,98,129); }

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

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

 span { border-color: rgb(57,98,129); }

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