Html Css Color HEX #375779 Matisse

📋 copy color: '#375779'

red 55 ◦ green 87 ◦ blue 121

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

Shades of Matisse #375779

Tints of Matisse #375779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 20.91%
G = 33.08%
B = 46.01%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375779 (or 0x375779) is known color: Matisse. HEX triplet: 37, 57 and 79. RGB value is (55,87,121). Sum of RGB (Red+Green+Blue) = 55+87+121=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #375779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375779 is #C8A886. Grayscale: #515151. Windows color (decimal): -13150343 or 7952183. OLE color: 7952183.

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

Color convert

RGB 55 87 121 -
CMYK 0.55 0.28 0 0.53
HSL 210.91º 0.38% 0.35% -
HSV(B) 210.91º 0.55% 0.47% -
XYZ 8.43 9.01 19.38 -
YUV 81.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 55 87 121 0.55 0.28 0 0.53 210.91 0.38 0.35
Hex 37 57 79 37 1C 0 35 D3 26 23
Octal 67 127 171 67 34 0 65 323 46 43
Binary 110111 1010111 1111001 110111 11100 0 110101 11010011 100110 100011

Color Harmonies of #375779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375779

Black with #375779

Text Example


Text Example

White with #375779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375779; }

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

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

background-color css

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

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

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

border-color css

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

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

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