Html Css Color HEX #375676 Matisse

📋 copy color: '#375676'

red 55 ◦ green 86 ◦ blue 118

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

Shades of Matisse #375676

Tints of Matisse #375676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

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

R = 21.24%
G = 33.2%
B = 45.56%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#375676 (or 0x375676) is known color: Matisse. HEX triplet: 37, 56 and 76. RGB value is (55,86,118). Sum of RGB (Red+Green+Blue) = 55+86+118=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 86 (33.98% from 255 or 33.20% 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 #375676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375676 is #C8A989. Grayscale: #505050. Windows color (decimal): -13150602 or 7755319. OLE color: 7755319.

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

Color convert

RGB 55 86 118 -
CMYK 0.53 0.27 0 0.54
HSL 210.48º 0.36% 0.34% -
HSV(B) 210.48º 0.53% 0.46% -
XYZ 8.17 8.78 18.4 -
YUV 80.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 55 86 118 0.53 0.27 0 0.54 210.48 0.36 0.34
Hex 37 56 76 35 1B 0 36 D2 24 22
Octal 67 126 166 65 33 0 66 322 44 42
Binary 110111 1010110 1110110 110101 11011 0 110110 11010010 100100 100010

Color Harmonies of #375676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375676

Black with #375676

Text Example


Text Example

White with #375676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375676; }

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

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

background-color css

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

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

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

border-color css

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

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

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