Html Css Color HEX #375373 Matisse

📋 copy color: '#375373'

red 55 ◦ green 83 ◦ blue 115

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

Shades of Matisse #375373

Tints of Matisse #375373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 21.74%
G = 32.81%
B = 45.45%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375373 (or 0x375373) is known color: Matisse. HEX triplet: 37, 53 and 73. RGB value is (55,83,115). Sum of RGB (Red+Green+Blue) = 55+83+115=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #375373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375373 is #C8AC8C. Grayscale: #4E4E4E. Windows color (decimal): -13151373 or 7557943. OLE color: 7557943.

HSL color Cylindrical-coordinate representation of color #375373: hue angle of 212º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375373 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 83 115 -
CMYK 0.52 0.28 0 0.55
HSL 212º 0.35% 0.33% -
HSV(B) 212º 0.52% 0.45% -
XYZ 7.76 8.24 17.4 -
YUV 78.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 55 83 115 0.52 0.28 0 0.55 212 0.35 0.33
Hex 37 53 73 34 1C 0 37 D4 23 21
Octal 67 123 163 64 34 0 67 324 43 41
Binary 110111 1010011 1110011 110100 11100 0 110111 11010100 100011 100001

Color Harmonies of #375373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375373

Black with #375373

Text Example


Text Example

White with #375373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375373; }

 p { color: rgb(55,83,115); }

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

background-color css

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

 a { background-color: rgb(55,83,115); }

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

border-color css

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

 span { border-color: rgb(55,83,115); }

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