#35617B

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

Shades of Matisse #35617B

Tints of Matisse #35617B

Color information

#35617B (or 0x35617B) is unknown color: approx Matisse. HEX triplet: 35, 61 and 7B. RGB value is (53,97,123). Sum of RGB (Red+Green+Blue) = 53+97+123=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #35617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35617B is #CA9E84. Grayscale: #565656. Windows color (decimal): -13278853 or 8085813. OLE color: 8085813.

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

Color convert

RGB5397123-
CMYK0.570.2100.52
HSL202.29º39.77%34.51%-
HSV(B)202.29º56.91%48.24%-
XYZ9.3210.7420.32-
YUV86.81148.42103.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=19.41%
G=35.53%
B=45.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53971230.570.2100.52202.2939.7734.51
Hex35617B3915034ca2823
Octal6514117371250643125043
Binary1101011100001111101111100110101011010011001010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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