#35577B

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

Shades of Matisse #35577B

Tints of Matisse #35577B

Color information

#35577B (or 0x35577B) is unknown color: approx Matisse. HEX triplet: 35, 57 and 7B. RGB value is (53,87,123). Sum of RGB (Red+Green+Blue) = 53+87+123=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #35577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35577B is #CAA884. Grayscale: #505050. Windows color (decimal): -13281413 or 8083253. OLE color: 8083253.

HSL color Cylindrical-coordinate representation of color #35577B: hue angle of 210.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35577B is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5387123-
CMYK0.570.2900.52
HSL210.86º39.77%34.51%-
HSV(B)210.86º56.91%48.24%-
XYZ8.45920.03-
YUV80.94151.74108.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=20.15%
G=33.08%
B=46.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53871230.570.2900.52210.8639.7734.51
Hex35577B391D034d32823
Octal6512717371350643235043
Binary1101011010111111101111100111101011010011010011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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