Html Css Color HEX #376284 Matisse

📋 copy color: '#376284'

red 55 ◦ green 98 ◦ blue 132

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

Shades of Matisse #376284

Tints of Matisse #376284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

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

R = 19.3%
G = 34.39%
B = 46.32%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376284 (or 0x376284) is known color: Matisse. HEX triplet: 37, 62 and 84. RGB value is (55,98,132). Sum of RGB (Red+Green+Blue) = 55+98+132=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #376284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376284 is #C89D7B. Grayscale: #585858. Windows color (decimal): -13147516 or 8675895. OLE color: 8675895.

HSL color Cylindrical-coordinate representation of color #376284: hue angle of 206.49º 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 #376284 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 98 132 -
CMYK 0.58 0.26 0 0.48
HSL 206.49º 0.41% 0.37% -
HSV(B) 206.49º 0.58% 0.52% -
XYZ 10.11 11.21 23.46 -
YUV 89.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 55 98 132 0.58 0.26 0 0.48 206.49 0.41 0.37
Hex 37 62 84 3A 1A 0 30 CE 29 25
Octal 67 142 204 72 32 0 60 316 51 45
Binary 110111 1100010 10000100 111010 11010 0 110000 11001110 101001 100101

Color Harmonies of #376284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376284

Black with #376284

Text Example


Text Example

White with #376284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376284; }

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

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

background-color css

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

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

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

border-color css

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

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

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