Html Css Color HEX #375973 Matisse

📋 copy color: '#375973'

red 55 ◦ green 89 ◦ blue 115

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

Shades of Matisse #375973

Tints of Matisse #375973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 21.24%
G = 34.36%
B = 44.4%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#375973 (or 0x375973) is known color: Matisse. HEX triplet: 37, 59 and 73. RGB value is (55,89,115). Sum of RGB (Red+Green+Blue) = 55+89+115=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #375973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375973 is #C8A68C. Grayscale: #515151. Windows color (decimal): -13149837 or 7559479. OLE color: 7559479.

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

Color convert

RGB 55 89 115 -
CMYK 0.52 0.23 0 0.55
HSL 206º 0.35% 0.33% -
HSV(B) 206º 0.52% 0.45% -
XYZ 8.24 9.19 17.56 -
YUV 81.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 55 89 115 0.52 0.23 0 0.55 206 0.35 0.33
Hex 37 59 73 34 17 0 37 CE 23 21
Octal 67 131 163 64 27 0 67 316 43 41
Binary 110111 1011001 1110011 110100 10111 0 110111 11001110 100011 100001

Color Harmonies of #375973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375973

Black with #375973

Text Example


Text Example

White with #375973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375973; }

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

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

background-color css

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

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

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

border-color css

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

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

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