Html Css Color HEX #376484 Matisse

📋 copy color: '#376484'

red 55 ◦ green 100 ◦ blue 132

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

Shades of Matisse #376484

Tints of Matisse #376484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 19.16%
G = 34.84%
B = 45.99%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376484 (or 0x376484) is known color: Matisse. HEX triplet: 37, 64 and 84. RGB value is (55,100,132). Sum of RGB (Red+Green+Blue) = 55+100+132=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #376484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376484 is #C89B7B. Grayscale: #5A5A5A. Windows color (decimal): -13147004 or 8676407. OLE color: 8676407.

HSL color Cylindrical-coordinate representation of color #376484: hue angle of 204.94º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #376484 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 100 132 -
CMYK 0.58 0.24 0 0.48
HSL 204.94º 0.41% 0.37% -
HSV(B) 204.94º 0.58% 0.52% -
XYZ 10.3 11.59 23.52 -
YUV 90.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 55 100 132 0.58 0.24 0 0.48 204.94 0.41 0.37
Hex 37 64 84 3A 18 0 30 CD 29 25
Octal 67 144 204 72 30 0 60 315 51 45
Binary 110111 1100100 10000100 111010 11000 0 110000 11001101 101001 100101

Color Harmonies of #376484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376484

Black with #376484

Text Example


Text Example

White with #376484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376484; }

 p { color: rgb(55,100,132); }

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

background-color css

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

 a { background-color: rgb(55,100,132); }

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

border-color css

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

 span { border-color: rgb(55,100,132); }

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