#35577D

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

Shades of Matisse #35577D

Tints of Matisse #35577D

Color information

#35577D (or 0x35577D) is unknown color: approx Matisse. HEX triplet: 35, 57 and 7D. RGB value is (53,87,125). Sum of RGB (Red+Green+Blue) = 53+87+125=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #35577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35577D is #CAA882. Grayscale: #505050. Windows color (decimal): -13281411 or 8214325. OLE color: 8214325.

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

Color convert

RGB5387125-
CMYK0.580.3000.51
HSL211.67º40.45%34.9%-
HSV(B)211.67º57.6%49.02%-
XYZ8.589.0520.7-
YUV81.17152.74107.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=20%
G=32.83%
B=47.17%

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
Decimal53871250.580.3000.51211.6740.4534.9
Hex35577D3A1E033d42823
Octal6512717572360633245043
Binary1101011010111111110111101011110011001111010100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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