Html Css Color HEX #375776 Matisse

📋 copy color: '#375776'

red 55 ◦ green 87 ◦ blue 118

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

Shades of Matisse #375776

Tints of Matisse #375776

RGB

 RED value IS 55 (21.88% from 255) = 21.15%

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

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

R = 21.15%
G = 33.46%
B = 45.38%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#375776 (or 0x375776) is known color: Matisse. HEX triplet: 37, 57 and 76. RGB value is (55,87,118). Sum of RGB (Red+Green+Blue) = 55+87+118=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #375776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375776 is #C8A889. Grayscale: #505050. Windows color (decimal): -13150346 or 7755575. OLE color: 7755575.

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

Color convert

RGB 55 87 118 -
CMYK 0.53 0.26 0 0.54
HSL 209.52º 0.36% 0.34% -
HSV(B) 209.52º 0.53% 0.46% -
XYZ 8.25 8.94 18.43 -
YUV 80.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 55 87 118 0.53 0.26 0 0.54 209.52 0.36 0.34
Hex 37 57 76 35 1A 0 36 D2 24 22
Octal 67 127 166 65 32 0 66 322 44 42
Binary 110111 1010111 1110110 110101 11010 0 110110 11010010 100100 100010

Color Harmonies of #375776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375776

Black with #375776

Text Example


Text Example

White with #375776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375776; }

 p { color: rgb(55,87,118); }

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

background-color css

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

 a { background-color: rgb(55,87,118); }

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

border-color css

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

 span { border-color: rgb(55,87,118); }

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