Html Css Color HEX #376482 Matisse

📋 copy color: '#376482'

red 55 ◦ green 100 ◦ blue 130

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

Shades of Matisse #376482

Tints of Matisse #376482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.61%

R = 19.3%
G = 35.09%
B = 45.61%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376482 (or 0x376482) is known color: Matisse. HEX triplet: 37, 64 and 82. RGB value is (55,100,130). Sum of RGB (Red+Green+Blue) = 55+100+130=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #376482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376482 is #C89B7D. Grayscale: #595959. Windows color (decimal): -13147006 or 8545335. OLE color: 8545335.

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

Color convert

RGB 55 100 130 -
CMYK 0.58 0.23 0 0.49
HSL 204º 0.41% 0.36% -
HSV(B) 204º 0.58% 0.51% -
XYZ 10.16 11.54 22.81 -
YUV 89.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 55 100 130 0.58 0.23 0 0.49 204 0.41 0.36
Hex 37 64 82 3A 17 0 31 CC 29 24
Octal 67 144 202 72 27 0 61 314 51 44
Binary 110111 1100100 10000010 111010 10111 0 110001 11001100 101001 100100

Color Harmonies of #376482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376482

Black with #376482

Text Example


Text Example

White with #376482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376482; }

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

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

background-color css

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

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

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

border-color css

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

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

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