#35617C

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

Shades of Matisse #35617C

Tints of Matisse #35617C

Color information

#35617C (or 0x35617C) is unknown color: approx Matisse. HEX triplet: 35, 61 and 7C. RGB value is (53,97,124). Sum of RGB (Red+Green+Blue) = 53+97+124=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #35617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35617C is #CA9E83. Grayscale: #565656. Windows color (decimal): -13278852 or 8151349. OLE color: 8151349.

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

Color convert

RGB5397124-
CMYK0.570.2200.51
HSL202.82º40.11%34.71%-
HSV(B)202.82º57.26%48.63%-
XYZ9.3810.7620.65-
YUV86.92148.92103.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=19.34%
G=35.40%
B=45.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53971240.570.2200.51202.8240.1134.71
Hex35617C3916033cb2823
Octal6514117471260633135043
Binary1101011100001111110011100110110011001111001011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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