#35567A

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

Shades of Matisse #35567A

Tints of Matisse #35567A

Color information

#35567A (or 0x35567A) is unknown color: approx Matisse. HEX triplet: 35, 56 and 7A. RGB value is (53,86,122). Sum of RGB (Red+Green+Blue) = 53+86+122=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #35567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35567A is #CAA985. Grayscale: #505050. Windows color (decimal): -13281670 or 8017461. OLE color: 8017461.

HSL color Cylindrical-coordinate representation of color #35567A: hue angle of 211.3º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35567A is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5386122-
CMYK0.570.3000.52
HSL211.3º39.43%34.31%-
HSV(B)211.3º56.56%47.84%-
XYZ8.318.8219.68-
YUV80.24151.57108.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=20.31%
G=32.95%
B=46.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53861220.570.3000.52211.339.4334.31
Hex35567A391E034d32722
Octal6512617271360643234742
Binary1101011010110111101011100111110011010011010011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35567A; }

 p { color: rgb(53,86,122); }

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

<style>
 a { background-color: #35567A; }

 a { background-color: rgb(53,86,122); }

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

<style>
 span { border-color: #35567A; }

 span { border-color: rgb(53,86,122); }

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