Html Css Color HEX #355D79 Matisse

📋 copy color: '#355D79'

red 53 ◦ green 93 ◦ blue 121

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

Shades of Matisse #355D79

Tints of Matisse #355D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 19.85%
G = 34.83%
B = 45.32%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355D79 (or 0x355D79) is known color: Matisse. HEX triplet: 35, 5D and 79. RGB value is (53,93,121). Sum of RGB (Red+Green+Blue) = 53+93+121=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #355D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D79 is #CAA286. Grayscale: #545454. Windows color (decimal): -13279879 or 7953717. OLE color: 7953717.

HSL color Cylindrical-coordinate representation of color #355D79: hue angle of 204.71º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355D79 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 93 121 -
CMYK 0.56 0.23 0 0.53
HSL 204.71º 0.39% 0.34% -
HSV(B) 204.71º 0.56% 0.47% -
XYZ 8.83 9.97 19.55 -
YUV 84.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 53 93 121 0.56 0.23 0 0.53 204.71 0.39 0.34
Hex 35 5D 79 38 17 0 35 CD 27 22
Octal 65 135 171 70 27 0 65 315 47 42
Binary 110101 1011101 1111001 111000 10111 0 110101 11001101 100111 100010

Color Harmonies of #355D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D79

Black with #355D79

Text Example


Text Example

White with #355D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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