Html Css Color HEX #376185 Matisse

📋 copy color: '#376185'

red 55 ◦ green 97 ◦ blue 133

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

Shades of Matisse #376185

Tints of Matisse #376185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 19.3%
G = 34.04%
B = 46.67%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376185 (or 0x376185) is known color: Matisse. HEX triplet: 37, 61 and 85. RGB value is (55,97,133). Sum of RGB (Red+Green+Blue) = 55+97+133=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #376185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376185 is #C89E7A. Grayscale: #585858. Windows color (decimal): -13147771 or 8741175. OLE color: 8741175.

HSL color Cylindrical-coordinate representation of color #376185: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376185 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 97 133 -
CMYK 0.59 0.27 0 0.48
HSL 207.69º 0.41% 0.37% -
HSV(B) 207.69º 0.59% 0.52% -
XYZ 10.08 11.06 23.79 -
YUV 88.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 55 97 133 0.59 0.27 0 0.48 207.69 0.41 0.37
Hex 37 61 85 3B 1B 0 30 D0 29 25
Octal 67 141 205 73 33 0 60 320 51 45
Binary 110111 1100001 10000101 111011 11011 0 110000 11010000 101001 100101

Color Harmonies of #376185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376185

Black with #376185

Text Example


Text Example

White with #376185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376185; }

 p { color: rgb(55,97,133); }

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

background-color css

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

 a { background-color: rgb(55,97,133); }

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

border-color css

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

 span { border-color: rgb(55,97,133); }

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