Html Css Color HEX #355777 Matisse

📋 copy color: '#355777'

red 53 ◦ green 87 ◦ blue 119

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

Shades of Matisse #355777

Tints of Matisse #355777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

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

R = 20.46%
G = 33.59%
B = 45.95%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355777 (or 0x355777) is known color: Matisse. HEX triplet: 35, 57 and 77. RGB value is (53,87,119). Sum of RGB (Red+Green+Blue) = 53+87+119=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #355777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355777 is #CAA888. Grayscale: #505050. Windows color (decimal): -13281417 or 7821109. OLE color: 7821109.

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

Color convert

RGB 53 87 119 -
CMYK 0.55 0.27 0 0.53
HSL 209.09º 0.38% 0.34% -
HSV(B) 209.09º 0.55% 0.47% -
XYZ 8.21 8.91 18.74 -
YUV 80.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 53 87 119 0.55 0.27 0 0.53 209.09 0.38 0.34
Hex 35 57 77 37 1B 0 35 D1 26 22
Octal 65 127 167 67 33 0 65 321 46 42
Binary 110101 1010111 1110111 110111 11011 0 110101 11010001 100110 100010

Color Harmonies of #355777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355777

Black with #355777

Text Example


Text Example

White with #355777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355777; }

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

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

background-color css

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

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

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

border-color css

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

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

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