Html Css Color HEX #376485 Matisse

📋 copy color: '#376485'

red 55 ◦ green 100 ◦ blue 133

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

Shades of Matisse #376485

Tints of Matisse #376485

RGB

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

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

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

R = 19.1%
G = 34.72%
B = 46.18%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#376485 (or 0x376485) is known color: Matisse. HEX triplet: 37, 64 and 85. RGB value is (55,100,133). Sum of RGB (Red+Green+Blue) = 55+100+133=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #376485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376485 is #C89B7A. Grayscale: #5A5A5A. Windows color (decimal): -13147003 or 8741943. OLE color: 8741943.

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

Color convert

RGB 55 100 133 -
CMYK 0.59 0.25 0 0.48
HSL 205.38º 0.41% 0.37% -
HSV(B) 205.38º 0.59% 0.52% -
XYZ 10.37 11.62 23.89 -
YUV 90.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 55 100 133 0.59 0.25 0 0.48 205.38 0.41 0.37
Hex 37 64 85 3B 19 0 30 CD 29 25
Octal 67 144 205 73 31 0 60 315 51 45
Binary 110111 1100100 10000101 111011 11001 0 110000 11001101 101001 100101

Color Harmonies of #376485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376485

Black with #376485

Text Example


Text Example

White with #376485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376485; }

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

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

background-color css

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

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

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

border-color css

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

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

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