Html Css Color HEX #355D87 Matisse

📋 copy color: '#355D87'

red 53 ◦ green 93 ◦ blue 135

#355D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #355D87

Tints of Matisse #355D87

RGB

 RED value IS 53 (21.09% from 255) = 18.86%

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 18.86%
G = 33.1%
B = 48.04%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355D87 (or 0x355D87) is known color: Matisse. HEX triplet: 35, 5D and 87. RGB value is (53,93,135). Sum of RGB (Red+Green+Blue) = 53+93+135=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #355D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D87 is #CAA278. Grayscale: #555555. Windows color (decimal): -13279865 or 8871221. OLE color: 8871221.

HSL color Cylindrical-coordinate representation of color #355D87: hue angle of 210.73º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355D87 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 93 135 -
CMYK 0.61 0.31 0 0.47
HSL 210.73º 0.44% 0.37% -
HSV(B) 210.73º 0.61% 0.53% -
XYZ 9.76 10.33 24.4 -
YUV 85.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 53 93 135 0.61 0.31 0 0.47 210.73 0.44 0.37
Hex 35 5D 87 3D 1F 0 2F D3 2C 25
Octal 65 135 207 75 37 0 57 323 54 45
Binary 110101 1011101 10000111 111101 11111 0 101111 11010011 101100 100101

Color Harmonies of #355D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D87

Black with #355D87

Text Example


Text Example

White with #355D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,135); }

 H1.HeaderClassName
 {
   color: #355D87;
 }
 .AnyTagClassName
 {
   color: #355D87;
 }
</style>

background-color css

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

 a { background-color: rgb(53,93,135); }

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

border-color css

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

 span { border-color: rgb(53,93,135); }

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