Html Css Color HEX #375778 Matisse

📋 copy color: '#375778'

red 55 ◦ green 87 ◦ blue 120

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

Shades of Matisse #375778

Tints of Matisse #375778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.21%

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 20.99%
G = 33.21%
B = 45.8%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375778 (or 0x375778) is known color: Matisse. HEX triplet: 37, 57 and 78. RGB value is (55,87,120). Sum of RGB (Red+Green+Blue) = 55+87+120=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #375778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375778 is #C8A887. Grayscale: #515151. Windows color (decimal): -13150344 or 7886647. OLE color: 7886647.

HSL color Cylindrical-coordinate representation of color #375778: hue angle of 210.46º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375778 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 87 120 -
CMYK 0.54 0.28 0 0.53
HSL 210.46º 0.37% 0.34% -
HSV(B) 210.46º 0.54% 0.47% -
XYZ 8.37 8.98 19.06 -
YUV 81.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 55 87 120 0.54 0.28 0 0.53 210.46 0.37 0.34
Hex 37 57 78 36 1C 0 35 D2 25 22
Octal 67 127 170 66 34 0 65 322 45 42
Binary 110111 1010111 1111000 110110 11100 0 110101 11010010 100101 100010

Color Harmonies of #375778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375778

Black with #375778

Text Example


Text Example

White with #375778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375778; }

 p { color: rgb(55,87,120); }

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

background-color css

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

 a { background-color: rgb(55,87,120); }

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

border-color css

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

 span { border-color: rgb(55,87,120); }

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