Html Css Color HEX #376483 Matisse

📋 copy color: '#376483'

red 55 ◦ green 100 ◦ blue 131

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

Shades of Matisse #376483

Tints of Matisse #376483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 19.23%
G = 34.97%
B = 45.8%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376483 (or 0x376483) is known color: Matisse. HEX triplet: 37, 64 and 83. RGB value is (55,100,131). Sum of RGB (Red+Green+Blue) = 55+100+131=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #376483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376483 is #C89B7C. Grayscale: #595959. Windows color (decimal): -13147005 or 8610871. OLE color: 8610871.

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

Color convert

RGB 55 100 131 -
CMYK 0.58 0.24 0 0.49
HSL 204.47º 0.41% 0.36% -
HSV(B) 204.47º 0.58% 0.51% -
XYZ 10.23 11.57 23.17 -
YUV 90.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 55 100 131 0.58 0.24 0 0.49 204.47 0.41 0.36
Hex 37 64 83 3A 18 0 31 CC 29 24
Octal 67 144 203 72 30 0 61 314 51 44
Binary 110111 1100100 10000011 111010 11000 0 110001 11001100 101001 100100

Color Harmonies of #376483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376483

Black with #376483

Text Example


Text Example

White with #376483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376483; }

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

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

background-color css

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

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

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

border-color css

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

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

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