#35587D

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

Shades of Matisse #35587D

Tints of Matisse #35587D

Color information

#35587D (or 0x35587D) is unknown color: approx Matisse. HEX triplet: 35, 58 and 7D. RGB value is (53,88,125). Sum of RGB (Red+Green+Blue) = 53+88+125=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #35587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35587D is #CAA782. Grayscale: #515151. Windows color (decimal): -13281155 or 8214581. OLE color: 8214581.

HSL color Cylindrical-coordinate representation of color #35587D: hue angle of 210.83º degrees, saturation: 0.4, 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 #35587D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5388125-
CMYK0.580.3000.51
HSL210.83º40.45%34.9%-
HSV(B)210.83º57.6%49.02%-
XYZ8.669.2220.72-
YUV81.75152.4107.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 125 (49.22% from 255) = 46.99%
R=19.92%
G=33.08%
B=46.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53881250.580.3000.51210.8340.4534.9
Hex35587D3A1E033d32823
Octal6513017572360633235043
Binary1101011011000111110111101011110011001111010011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35587D; }

 p { color: rgb(53,88,125); }

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

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

 a { background-color: rgb(53,88,125); }

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

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

 span { border-color: rgb(53,88,125); }

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