#35657C

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

Shades of Matisse #35657C

Tints of Matisse #35657C

Color information

#35657C (or 0x35657C) is unknown color: approx Matisse. HEX triplet: 35, 65 and 7C. RGB value is (53,101,124). Sum of RGB (Red+Green+Blue) = 53+101+124=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #35657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35657C is #CA9A83. Grayscale: #595959. Windows color (decimal): -13277828 or 8152373. OLE color: 8152373.

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

Color convert

RGB53101124-
CMYK0.570.1900.51
HSL199.44º40.11%34.71%-
HSV(B)199.44º57.26%48.63%-
XYZ9.7611.5220.78-
YUV89.27147.6102.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=19.06%
G=36.33%
B=44.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531011240.570.1900.51199.4440.1134.71
Hex35657C3913033c72823
Octal6514517471230633075043
Binary1101011100101111110011100110011011001111000111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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