#35587A

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

Shades of Matisse #35587A

Tints of Matisse #35587A

Color information

#35587A (or 0x35587A) is unknown color: approx Matisse. HEX triplet: 35, 58 and 7A. RGB value is (53,88,122). Sum of RGB (Red+Green+Blue) = 53+88+122=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #35587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35587A is #CAA785. Grayscale: #515151. Windows color (decimal): -13281158 or 8017973. OLE color: 8017973.

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

Color convert

RGB5388122-
CMYK0.570.2800.52
HSL209.57º39.43%34.31%-
HSV(B)209.57º56.56%47.84%-
XYZ8.479.1419.73-
YUV81.41150.9107.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=20.15%
G=33.46%
B=46.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53881220.570.2800.52209.5739.4334.31
Hex35587A391C034d22722
Octal6513017271340643224742
Binary1101011011000111101011100111100011010011010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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