Html Css Color HEX #355877 Matisse

📋 copy color: '#355877'

red 53 ◦ green 88 ◦ blue 119

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

Shades of Matisse #355877

Tints of Matisse #355877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

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

R = 20.38%
G = 33.85%
B = 45.77%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355877 (or 0x355877) is known color: Matisse. HEX triplet: 35, 58 and 77. RGB value is (53,88,119). Sum of RGB (Red+Green+Blue) = 53+88+119=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #355877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355877 is #CAA788. Grayscale: #505050. Windows color (decimal): -13281161 or 7821365. OLE color: 7821365.

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

Color convert

RGB 53 88 119 -
CMYK 0.55 0.26 0 0.53
HSL 208.18º 0.38% 0.34% -
HSV(B) 208.18º 0.55% 0.47% -
XYZ 8.29 9.07 18.77 -
YUV 81.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 53 88 119 0.55 0.26 0 0.53 208.18 0.38 0.34
Hex 35 58 77 37 1A 0 35 D0 26 22
Octal 65 130 167 67 32 0 65 320 46 42
Binary 110101 1011000 1110111 110111 11010 0 110101 11010000 100110 100010

Color Harmonies of #355877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355877

Black with #355877

Text Example


Text Example

White with #355877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355877; }

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

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

background-color css

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

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

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

border-color css

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

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

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