#355B7B

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

Shades of Matisse #355B7B

Tints of Matisse #355B7B

Color information

#355B7B (or 0x355B7B) is unknown color: approx Matisse. HEX triplet: 35, 5B and 7B. RGB value is (53,91,123). Sum of RGB (Red+Green+Blue) = 53+91+123=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #355B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B7B is #CAA484. Grayscale: #535353. Windows color (decimal): -13280389 or 8084277. OLE color: 8084277.

HSL color Cylindrical-coordinate representation of color #355B7B: hue angle of 207.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 #355B7B is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5391123-
CMYK0.570.2600.52
HSL207.43º39.77%34.51%-
HSV(B)207.43º56.91%48.24%-
XYZ8.789.6720.14-
YUV83.29150.41106.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=19.85%
G=34.08%
B=46.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53911230.570.2600.52207.4339.7734.51
Hex355B7B391A034cf2823
Octal6513317371320643175043
Binary1101011011011111101111100111010011010011001111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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