Html Css Color HEX #376281 Matisse

📋 copy color: '#376281'

red 55 ◦ green 98 ◦ blue 129

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

Shades of Matisse #376281

Tints of Matisse #376281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 19.5%
G = 34.75%
B = 45.74%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376281 (or 0x376281) is known color: Matisse. HEX triplet: 37, 62 and 81. RGB value is (55,98,129). Sum of RGB (Red+Green+Blue) = 55+98+129=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #376281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376281 is #C89D7E. Grayscale: #585858. Windows color (decimal): -13147519 or 8479287. OLE color: 8479287.

HSL color Cylindrical-coordinate representation of color #376281: hue angle of 205.14º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #376281 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 98 129 -
CMYK 0.57 0.24 0 0.49
HSL 205.14º 0.4% 0.36% -
HSV(B) 205.14º 0.57% 0.51% -
XYZ 9.91 11.13 22.4 -
YUV 88.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 55 98 129 0.57 0.24 0 0.49 205.14 0.4 0.36
Hex 37 62 81 39 18 0 31 CD 28 24
Octal 67 142 201 71 30 0 61 315 50 44
Binary 110111 1100010 10000001 111001 11000 0 110001 11001101 101000 100100

Color Harmonies of #376281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376281

Black with #376281

Text Example


Text Example

White with #376281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376281; }

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

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

background-color css

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

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

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

border-color css

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

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

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