Html Css Color HEX #376085 Matisse

📋 copy color: '#376085'

red 55 ◦ green 96 ◦ blue 133

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

Shades of Matisse #376085

Tints of Matisse #376085

RGB

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

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

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

R = 19.37%
G = 33.8%
B = 46.83%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376085 (or 0x376085) is known color: Matisse. HEX triplet: 37, 60 and 85. RGB value is (55,96,133). Sum of RGB (Red+Green+Blue) = 55+96+133=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #376085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376085 is #C89F7A. Grayscale: #575757. Windows color (decimal): -13148027 or 8740919. OLE color: 8740919.

HSL color Cylindrical-coordinate representation of color #376085: hue angle of 208.46º 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 #376085 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 96 133 -
CMYK 0.59 0.28 0 0.48
HSL 208.46º 0.41% 0.37% -
HSV(B) 208.46º 0.59% 0.52% -
XYZ 9.99 10.87 23.76 -
YUV 87.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 55 96 133 0.59 0.28 0 0.48 208.46 0.41 0.37
Hex 37 60 85 3B 1C 0 30 D0 29 25
Octal 67 140 205 73 34 0 60 320 51 45
Binary 110111 1100000 10000101 111011 11100 0 110000 11010000 101001 100101

Color Harmonies of #376085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376085

Black with #376085

Text Example


Text Example

White with #376085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376085; }

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

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

background-color css

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

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

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

border-color css

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

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

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