#35587C

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

Shades of Matisse #35587C

Tints of Matisse #35587C

Color information

#35587C (or 0x35587C) is unknown color: approx Matisse. HEX triplet: 35, 58 and 7C. RGB value is (53,88,124). Sum of RGB (Red+Green+Blue) = 53+88+124=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #35587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35587C is #CAA783. Grayscale: #515151. Windows color (decimal): -13281156 or 8149045. OLE color: 8149045.

HSL color Cylindrical-coordinate representation of color #35587C: hue angle of 210.42º 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 #35587C is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5388124-
CMYK0.570.2900.51
HSL210.42º40.11%34.71%-
HSV(B)210.42º57.26%48.63%-
XYZ8.69.1920.39-
YUV81.64151.9107.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=20%
G=33.21%
B=46.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53881240.570.2900.51210.4240.1134.71
Hex35587C391D033d22823
Octal6513017471350633225043
Binary1101011011000111110011100111101011001111010010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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