Html Css Color HEX #355476 Matisse

📋 copy color: '#355476'

red 53 ◦ green 84 ◦ blue 118

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

Shades of Matisse #355476

Tints of Matisse #355476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 20.78%
G = 32.94%
B = 46.27%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355476 (or 0x355476) is known color: Matisse. HEX triplet: 35, 54 and 76. RGB value is (53,84,118). Sum of RGB (Red+Green+Blue) = 53+84+118=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #355476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355476 is #CAAB89. Grayscale: #4E4E4E. Windows color (decimal): -13282186 or 7754805. OLE color: 7754805.

HSL color Cylindrical-coordinate representation of color #355476: hue angle of 211.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355476 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 84 118 -
CMYK 0.55 0.29 0 0.54
HSL 211.38º 0.38% 0.34% -
HSV(B) 211.38º 0.55% 0.46% -
XYZ 7.91 8.41 18.35 -
YUV 78.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 53 84 118 0.55 0.29 0 0.54 211.38 0.38 0.34
Hex 35 54 76 37 1D 0 36 D3 26 22
Octal 65 124 166 67 35 0 66 323 46 42
Binary 110101 1010100 1110110 110111 11101 0 110110 11010011 100110 100010

Color Harmonies of #355476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355476

Black with #355476

Text Example


Text Example

White with #355476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355476; }

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

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

background-color css

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

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

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

border-color css

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

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

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