#35627A

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

Shades of Matisse #35627A

Tints of Matisse #35627A

Color information

#35627A (or 0x35627A) is unknown color: approx Matisse. HEX triplet: 35, 62 and 7A. RGB value is (53,98,122). Sum of RGB (Red+Green+Blue) = 53+98+122=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #35627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35627A is #CA9D85. Grayscale: #575757. Windows color (decimal): -13278598 or 8020533. OLE color: 8020533.

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

Color convert

RGB5398122-
CMYK0.570.2000.52
HSL200.87º39.43%34.31%-
HSV(B)200.87º56.56%47.84%-
XYZ9.3510.920.02-
YUV87.28147.59103.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=19.41%
G=35.90%
B=44.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53981220.570.2000.52200.8739.4334.31
Hex35627A3914034c92722
Octal6514217271240643114742
Binary1101011100010111101011100110100011010011001001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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