Html Css Color HEX #375573 Matisse

📋 copy color: '#375573'

red 55 ◦ green 85 ◦ blue 115

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

Shades of Matisse #375573

Tints of Matisse #375573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

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

R = 21.57%
G = 33.33%
B = 45.1%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375573 (or 0x375573) is known color: Matisse. HEX triplet: 37, 55 and 73. RGB value is (55,85,115). Sum of RGB (Red+Green+Blue) = 55+85+115=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #375573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375573 is #C8AA8C. Grayscale: #4F4F4F. Windows color (decimal): -13150861 or 7558455. OLE color: 7558455.

HSL color Cylindrical-coordinate representation of color #375573: hue angle of 210º 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 #375573 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 85 115 -
CMYK 0.52 0.26 0 0.55
HSL 210º 0.35% 0.33% -
HSV(B) 210º 0.52% 0.45% -
XYZ 7.92 8.55 17.45 -
YUV 79.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 55 85 115 0.52 0.26 0 0.55 210 0.35 0.33
Hex 37 55 73 34 1A 0 37 D2 23 21
Octal 67 125 163 64 32 0 67 322 43 41
Binary 110111 1010101 1110011 110100 11010 0 110111 11010010 100011 100001

Color Harmonies of #375573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375573

Black with #375573

Text Example


Text Example

White with #375573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375573; }

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

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

background-color css

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

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

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

border-color css

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

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

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