Html Css Color HEX #355677 Matisse

📋 copy color: '#355677'

red 53 ◦ green 86 ◦ blue 119

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

Shades of Matisse #355677

Tints of Matisse #355677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

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

R = 20.54%
G = 33.33%
B = 46.12%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355677 (or 0x355677) is known color: Matisse. HEX triplet: 35, 56 and 77. RGB value is (53,86,119). Sum of RGB (Red+Green+Blue) = 53+86+119=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #355677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355677 is #CAA988. Grayscale: #4F4F4F. Windows color (decimal): -13281673 or 7820853. OLE color: 7820853.

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

Color convert

RGB 53 86 119 -
CMYK 0.55 0.28 0 0.53
HSL 210º 0.38% 0.34% -
HSV(B) 210º 0.55% 0.47% -
XYZ 8.13 8.74 18.71 -
YUV 79.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 53 86 119 0.55 0.28 0 0.53 210 0.38 0.34
Hex 35 56 77 37 1C 0 35 D2 26 22
Octal 65 126 167 67 34 0 65 322 46 42
Binary 110101 1010110 1110111 110111 11100 0 110101 11010010 100110 100010

Color Harmonies of #355677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355677

Black with #355677

Text Example


Text Example

White with #355677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355677; }

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

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

background-color css

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

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

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

border-color css

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

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

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