Html Css Color HEX #355876 Matisse

📋 copy color: '#355876'

red 53 ◦ green 88 ◦ blue 118

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

Shades of Matisse #355876

Tints of Matisse #355876

RGB

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

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

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

R = 20.46%
G = 33.98%
B = 45.56%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355876 (or 0x355876) is known color: Matisse. HEX triplet: 35, 58 and 76. RGB value is (53,88,118). Sum of RGB (Red+Green+Blue) = 53+88+118=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #355876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355876 is #CAA789. Grayscale: #505050. Windows color (decimal): -13281162 or 7755829. OLE color: 7755829.

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

Color convert

RGB 53 88 118 -
CMYK 0.55 0.25 0 0.54
HSL 207.69º 0.38% 0.34% -
HSV(B) 207.69º 0.55% 0.46% -
XYZ 8.23 9.04 18.45 -
YUV 80.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 53 88 118 0.55 0.25 0 0.54 207.69 0.38 0.34
Hex 35 58 76 37 19 0 36 D0 26 22
Octal 65 130 166 67 31 0 66 320 46 42
Binary 110101 1011000 1110110 110111 11001 0 110110 11010000 100110 100010

Color Harmonies of #355876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355876

Black with #355876

Text Example


Text Example

White with #355876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355876; }

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

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

background-color css

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

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

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

border-color css

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

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

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