#35607C

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

Shades of Matisse #35607C

Tints of Matisse #35607C

Color information

#35607C (or 0x35607C) is unknown color: approx Matisse. HEX triplet: 35, 60 and 7C. RGB value is (53,96,124). Sum of RGB (Red+Green+Blue) = 53+96+124=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #35607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35607C is #CA9F83. Grayscale: #565656. Windows color (decimal): -13279108 or 8151093. OLE color: 8151093.

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

Color convert

RGB5396124-
CMYK0.570.2300.51
HSL203.66º40.11%34.71%-
HSV(B)203.66º57.26%48.63%-
XYZ9.2910.5820.62-
YUV86.34149.25104.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=19.41%
G=35.16%
B=45.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53961240.570.2300.51203.6640.1134.71
Hex35607C3917033cc2823
Octal6514017471270633145043
Binary1101011100000111110011100110111011001111001100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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