#355C7C

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

Shades of Matisse #355C7C

Tints of Matisse #355C7C

Color information

#355C7C (or 0x355C7C) is unknown color: approx Matisse. HEX triplet: 35, 5C and 7C. RGB value is (53,92,124). Sum of RGB (Red+Green+Blue) = 53+92+124=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #355C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C7C is #CAA383. Grayscale: #535353. Windows color (decimal): -13280132 or 8150069. OLE color: 8150069.

HSL color Cylindrical-coordinate representation of color #355C7C: hue angle of 207.04º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355C7C is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5392124-
CMYK0.570.2600.51
HSL207.04º40.11%34.71%-
HSV(B)207.04º57.26%48.63%-
XYZ8.939.8720.5-
YUV83.99150.58105.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=19.70%
G=34.20%
B=46.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53921240.570.2600.51207.0440.1134.71
Hex355C7C391A033cf2823
Octal6513417471320633175043
Binary1101011011100111110011100111010011001111001111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355C7C; }

 p { color: rgb(53,92,124); }

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

<style>
 a { background-color: #355C7C; }

 a { background-color: rgb(53,92,124); }

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

<style>
 span { border-color: #355C7C; }

 span { border-color: rgb(53,92,124); }

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