#355C7B

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

Shades of Matisse #355C7B

Tints of Matisse #355C7B

Color information

#355C7B (or 0x355C7B) is unknown color: approx Matisse. HEX triplet: 35, 5C and 7B. RGB value is (53,92,123). Sum of RGB (Red+Green+Blue) = 53+92+123=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #355C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C7B is #CAA384. Grayscale: #535353. Windows color (decimal): -13280133 or 8084533. OLE color: 8084533.

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

Color convert

RGB5392123-
CMYK0.570.2500.52
HSL206.57º39.77%34.51%-
HSV(B)206.57º56.91%48.24%-
XYZ8.879.8420.17-
YUV83.87150.08105.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=19.78%
G=34.33%
B=45.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53921230.570.2500.52206.5739.7734.51
Hex355C7B3919034cf2823
Octal6513417371310643175043
Binary1101011011100111101111100111001011010011001111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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