Html Css Color HEX #375B78 Matisse

📋 copy color: '#375B78'

red 55 ◦ green 91 ◦ blue 120

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

Shades of Matisse #375B78

Tints of Matisse #375B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.21%

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

R = 20.68%
G = 34.21%
B = 45.11%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#375B78 (or 0x375B78) is known color: Matisse. HEX triplet: 37, 5B and 78. RGB value is (55,91,120). Sum of RGB (Red+Green+Blue) = 55+91+120=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #375B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B78 is #C8A487. Grayscale: #535353. Windows color (decimal): -13149320 or 7887671. OLE color: 7887671.

HSL color Cylindrical-coordinate representation of color #375B78: hue angle of 206.77º 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 #375B78 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 91 120 -
CMYK 0.54 0.24 0 0.53
HSL 206.77º 0.37% 0.34% -
HSV(B) 206.77º 0.54% 0.47% -
XYZ 8.71 9.65 19.17 -
YUV 83.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 55 91 120 0.54 0.24 0 0.53 206.77 0.37 0.34
Hex 37 5B 78 36 18 0 35 CF 25 22
Octal 67 133 170 66 30 0 65 317 45 42
Binary 110111 1011011 1111000 110110 11000 0 110101 11001111 100101 100010

Color Harmonies of #375B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B78

Black with #375B78

Text Example


Text Example

White with #375B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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