#39608C

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

Shades of Matisse #39608C

Tints of Matisse #39608C

Color information

#39608C (or 0x39608C) is unknown color: approx Matisse. HEX triplet: 39, 60 and 8C. RGB value is (57,96,140). Sum of RGB (Red+Green+Blue) = 57+96+140=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #39608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39608C is #C69F73. Grayscale: #595959. Windows color (decimal): -13016948 or 9199673. OLE color: 9199673.

HSL color Cylindrical-coordinate representation of color #39608C: hue angle of 211.81º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39608C is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5796140-
CMYK0.590.3100.45
HSL211.81º42.13%38.63%-
HSV(B)211.81º59.29%54.9%-
XYZ10.611.1326.4-
YUV89.35156.58104.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=19.45%
G=32.76%
B=47.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57961400.590.3100.45211.8142.1338.63
Hex39608C3B1F02Dd42a27
Octal7114021473370553245247
Binary11100111000001000110011101111111010110111010100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39608C; }

 p { color: rgb(57,96,140); }

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

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

 a { background-color: rgb(57,96,140); }

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

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

 span { border-color: rgb(57,96,140); }

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