#355C7D

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

Shades of Matisse #355C7D

Tints of Matisse #355C7D

Color information

#355C7D (or 0x355C7D) is unknown color: approx Matisse. HEX triplet: 35, 5C and 7D. RGB value is (53,92,125). Sum of RGB (Red+Green+Blue) = 53+92+125=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #355C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C7D is #CAA382. Grayscale: #535353. Windows color (decimal): -13280131 or 8215605. OLE color: 8215605.

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

Color convert

RGB5392125-
CMYK0.580.2600.51
HSL207.5º40.45%34.9%-
HSV(B)207.5º57.6%49.02%-
XYZ99.8920.84-
YUV84.1151.08105.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=19.63%
G=34.07%
B=46.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53921250.580.2600.51207.540.4534.9
Hex355C7D3A1A033d02823
Octal6513417572320633205043
Binary1101011011100111110111101011010011001111010000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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