#35627B

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

Shades of Matisse #35627B

Tints of Matisse #35627B

Color information

#35627B (or 0x35627B) is unknown color: approx Matisse. HEX triplet: 35, 62 and 7B. RGB value is (53,98,123). Sum of RGB (Red+Green+Blue) = 53+98+123=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #35627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35627B is #CA9D84. Grayscale: #575757. Windows color (decimal): -13278597 or 8086069. OLE color: 8086069.

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

Color convert

RGB5398123-
CMYK0.570.2000.52
HSL201.43º39.77%34.51%-
HSV(B)201.43º56.91%48.24%-
XYZ9.4110.9220.35-
YUV87.4148.09103.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=19.34%
G=35.77%
B=44.89%

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
Decimal53981230.570.2000.52201.4339.7734.51
Hex35627B3914034c92823
Octal6514217371240643115043
Binary1101011100010111101111100110100011010011001001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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