Html Css Color HEX #355477 Matisse

📋 copy color: '#355477'

red 53 ◦ green 84 ◦ blue 119

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

Shades of Matisse #355477

Tints of Matisse #355477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

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

R = 20.7%
G = 32.81%
B = 46.48%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355477 (or 0x355477) is known color: Matisse. HEX triplet: 35, 54 and 77. RGB value is (53,84,119). Sum of RGB (Red+Green+Blue) = 53+84+119=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #355477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355477 is #CAAB88. Grayscale: #4E4E4E. Windows color (decimal): -13282185 or 7820341. OLE color: 7820341.

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

Color convert

RGB 53 84 119 -
CMYK 0.55 0.29 0 0.53
HSL 211.82º 0.38% 0.34% -
HSV(B) 211.82º 0.55% 0.47% -
XYZ 7.97 8.43 18.66 -
YUV 78.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 53 84 119 0.55 0.29 0 0.53 211.82 0.38 0.34
Hex 35 54 77 37 1D 0 35 D4 26 22
Octal 65 124 167 67 35 0 65 324 46 42
Binary 110101 1010100 1110111 110111 11101 0 110101 11010100 100110 100010

Color Harmonies of #355477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355477

Black with #355477

Text Example


Text Example

White with #355477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355477; }

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

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

background-color css

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

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

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

border-color css

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

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

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