#355F7B

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

Shades of Matisse #355F7B

Tints of Matisse #355F7B

Color information

#355F7B (or 0x355F7B) is unknown color: approx Matisse. HEX triplet: 35, 5F and 7B. RGB value is (53,95,123). Sum of RGB (Red+Green+Blue) = 53+95+123=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #355F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F7B is #CAA084. Grayscale: #555555. Windows color (decimal): -13279365 or 8085301. OLE color: 8085301.

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

Color convert

RGB5395123-
CMYK0.570.2300.52
HSL204º39.77%34.51%-
HSV(B)204º56.91%48.24%-
XYZ9.1410.3720.26-
YUV85.63149.09104.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=19.56%
G=35.06%
B=45.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53951230.570.2300.5220439.7734.51
Hex355F7B3917034cc2823
Octal6513717371270643145043
Binary1101011011111111101111100110111011010011001100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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