Html Css Color HEX #355977 Matisse

📋 copy color: '#355977'

red 53 ◦ green 89 ◦ blue 119

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

Shades of Matisse #355977

Tints of Matisse #355977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 20.31%
G = 34.1%
B = 45.59%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355977 (or 0x355977) is known color: Matisse. HEX triplet: 35, 59 and 77. RGB value is (53,89,119). Sum of RGB (Red+Green+Blue) = 53+89+119=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #355977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355977 is #CAA688. Grayscale: #515151. Windows color (decimal): -13280905 or 7821621. OLE color: 7821621.

HSL color Cylindrical-coordinate representation of color #355977: hue angle of 207.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355977 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 89 119 -
CMYK 0.55 0.25 0 0.53
HSL 207.27º 0.38% 0.34% -
HSV(B) 207.27º 0.55% 0.47% -
XYZ 8.37 9.23 18.79 -
YUV 81.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 53 89 119 0.55 0.25 0 0.53 207.27 0.38 0.34
Hex 35 59 77 37 19 0 35 CF 26 22
Octal 65 131 167 67 31 0 65 317 46 42
Binary 110101 1011001 1110111 110111 11001 0 110101 11001111 100110 100010

Color Harmonies of #355977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355977

Black with #355977

Text Example


Text Example

White with #355977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355977; }

 p { color: rgb(53,89,119); }

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

background-color css

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

 a { background-color: rgb(53,89,119); }

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

border-color css

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

 span { border-color: rgb(53,89,119); }

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