Html Css Color HEX #375273 Matisse

📋 copy color: '#375273'

red 55 ◦ green 82 ◦ blue 115

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

Shades of Matisse #375273

Tints of Matisse #375273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 21.83%
G = 32.54%
B = 45.63%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375273 (or 0x375273) is known color: Matisse. HEX triplet: 37, 52 and 73. RGB value is (55,82,115). Sum of RGB (Red+Green+Blue) = 55+82+115=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #375273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375273 is #C8AD8C. Grayscale: #4D4D4D. Windows color (decimal): -13151629 or 7557687. OLE color: 7557687.

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

Color convert

RGB 55 82 115 -
CMYK 0.52 0.29 0 0.55
HSL 213º 0.35% 0.33% -
HSV(B) 213º 0.52% 0.45% -
XYZ 7.69 8.08 17.37 -
YUV 77.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 55 82 115 0.52 0.29 0 0.55 213 0.35 0.33
Hex 37 52 73 34 1D 0 37 D5 23 21
Octal 67 122 163 64 35 0 67 325 43 41
Binary 110111 1010010 1110011 110100 11101 0 110111 11010101 100011 100001

Color Harmonies of #375273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375273

Black with #375273

Text Example


Text Example

White with #375273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375273; }

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

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

background-color css

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

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

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

border-color css

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

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

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