#35637C

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

Shades of Matisse #35637C

Tints of Matisse #35637C

Color information

#35637C (or 0x35637C) is unknown color: approx Matisse. HEX triplet: 35, 63 and 7C. RGB value is (53,99,124). Sum of RGB (Red+Green+Blue) = 53+99+124=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #35637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35637C is #CA9C83. Grayscale: #575757. Windows color (decimal): -13278340 or 8151861. OLE color: 8151861.

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

Color convert

RGB5399124-
CMYK0.570.2000.51
HSL201.13º40.11%34.71%-
HSV(B)201.13º57.26%48.63%-
XYZ9.5711.1420.71-
YUV88.1148.26102.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 124 (48.83% from 255) = 44.93%
R=19.20%
G=35.87%
B=44.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53991240.570.2000.51201.1340.1134.71
Hex35637C3914033c92823
Octal6514317471240633115043
Binary1101011100011111110011100110100011001111001001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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