#35597E

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

Shades of Matisse #35597E

Tints of Matisse #35597E

Color information

#35597E (or 0x35597E) is unknown color: approx Matisse. HEX triplet: 35, 59 and 7E. RGB value is (53,89,126). Sum of RGB (Red+Green+Blue) = 53+89+126=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #35597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35597E is #CAA681. Grayscale: #525252. Windows color (decimal): -13280898 or 8280373. OLE color: 8280373.

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

Color convert

RGB5389126-
CMYK0.580.2900.51
HSL210.41º40.78%35.1%-
HSV(B)210.41º57.94%49.41%-
XYZ8.819.4121.09-
YUV82.45152.57106.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 126 (49.61% from 255) = 47.01%
R=19.78%
G=33.21%
B=47.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53891260.580.2900.51210.4140.7835.1
Hex35597E3A1D033d22923
Octal6513117672350633225143
Binary1101011011001111111011101011101011001111010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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