Html Css Color HEX #376083 Matisse

📋 copy color: '#376083'

red 55 ◦ green 96 ◦ blue 131

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

Shades of Matisse #376083

Tints of Matisse #376083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 19.5%
G = 34.04%
B = 46.45%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#376083 (or 0x376083) is known color: Matisse. HEX triplet: 37, 60 and 83. RGB value is (55,96,131). Sum of RGB (Red+Green+Blue) = 55+96+131=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #376083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376083 is #C89F7C. Grayscale: #575757. Windows color (decimal): -13148029 or 8609847. OLE color: 8609847.

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

Color convert

RGB 55 96 131 -
CMYK 0.58 0.27 0 0.49
HSL 207.63º 0.41% 0.36% -
HSV(B) 207.63º 0.58% 0.51% -
XYZ 9.86 10.82 23.04 -
YUV 87.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 55 96 131 0.58 0.27 0 0.49 207.63 0.41 0.36
Hex 37 60 83 3A 1B 0 31 D0 29 24
Octal 67 140 203 72 33 0 61 320 51 44
Binary 110111 1100000 10000011 111010 11011 0 110001 11010000 101001 100100

Color Harmonies of #376083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376083

Black with #376083

Text Example


Text Example

White with #376083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376083; }

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

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

background-color css

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

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

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

border-color css

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

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

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