Html Css Color HEX #355C77 Matisse

📋 copy color: '#355C77'

red 53 ◦ green 92 ◦ blue 119

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

Shades of Matisse #355C77

Tints of Matisse #355C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

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

R = 20.08%
G = 34.85%
B = 45.08%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355C77 (or 0x355C77) is known color: Matisse. HEX triplet: 35, 5C and 77. RGB value is (53,92,119). Sum of RGB (Red+Green+Blue) = 53+92+119=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #355C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C77 is #CAA388. Grayscale: #535353. Windows color (decimal): -13280137 or 7822389. OLE color: 7822389.

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

Color convert

RGB 53 92 119 -
CMYK 0.55 0.23 0 0.53
HSL 204.55º 0.38% 0.34% -
HSV(B) 204.55º 0.55% 0.47% -
XYZ 8.63 9.74 18.88 -
YUV 83.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 53 92 119 0.55 0.23 0 0.53 204.55 0.38 0.34
Hex 35 5C 77 37 17 0 35 CD 26 22
Octal 65 134 167 67 27 0 65 315 46 42
Binary 110101 1011100 1110111 110111 10111 0 110101 11001101 100110 100010

Color Harmonies of #355C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C77

Black with #355C77

Text Example


Text Example

White with #355C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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