#35597C

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

Shades of Matisse #35597C

Tints of Matisse #35597C

Color information

#35597C (or 0x35597C) is unknown color: approx Matisse. HEX triplet: 35, 59 and 7C. RGB value is (53,89,124). Sum of RGB (Red+Green+Blue) = 53+89+124=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #35597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35597C is #CAA683. Grayscale: #525252. Windows color (decimal): -13280900 or 8149301. OLE color: 8149301.

HSL color Cylindrical-coordinate representation of color #35597C: hue angle of 209.58º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35597C is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5389124-
CMYK0.570.2800.51
HSL209.58º40.11%34.71%-
HSV(B)209.58º57.26%48.63%-
XYZ8.689.3620.42-
YUV82.23151.57107.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=19.92%
G=33.46%
B=46.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53891240.570.2800.51209.5840.1134.71
Hex35597C391C033d22823
Octal6513117471340633225043
Binary1101011011001111110011100111100011001111010010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,89,124); }

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

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

 a { background-color: rgb(53,89,124); }

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

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

 span { border-color: rgb(53,89,124); }

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