#396278

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

Shades of Matisse #396278

Tints of Matisse #396278

Color information

#396278 (or 0x396278) is unknown color: approx Matisse. HEX triplet: 39, 62 and 78. RGB value is (57,98,120). Sum of RGB (Red+Green+Blue) = 57+98+120=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #396278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396278 is #C69D87. Grayscale: #585858. Windows color (decimal): -13016456 or 7889465. OLE color: 7889465.

HSL color Cylindrical-coordinate representation of color #396278: hue angle of 200.95º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396278 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5798120-
CMYK0.520.1800.53
HSL200.95º35.59%34.71%-
HSV(B)200.95º52.5%47.06%-
XYZ9.4510.9619.39-
YUV88.25145.92105.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=20.73%
G=35.64%
B=43.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57981200.520.1800.53200.9535.5934.71
Hex3962783412035c92423
Octal7114217064220653114443
Binary1110011100010111100011010010010011010111001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396278; }

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

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

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

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

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

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

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

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