Html Css Color HEX #375678 Matisse

📋 copy color: '#375678'

red 55 ◦ green 86 ◦ blue 120

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

Shades of Matisse #375678

Tints of Matisse #375678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

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

R = 21.07%
G = 32.95%
B = 45.98%

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

#375678 (or 0x375678) is known color: Matisse. HEX triplet: 37, 56 and 78. RGB value is (55,86,120). Sum of RGB (Red+Green+Blue) = 55+86+120=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #375678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375678 is #C8A987. Grayscale: #505050. Windows color (decimal): -13150600 or 7886391. OLE color: 7886391.

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

Color convert

RGB 55 86 120 -
CMYK 0.54 0.28 0 0.53
HSL 211.38º 0.37% 0.34% -
HSV(B) 211.38º 0.54% 0.47% -
XYZ 8.29 8.82 19.04 -
YUV 80.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 55 86 120 0.54 0.28 0 0.53 211.38 0.37 0.34
Hex 37 56 78 36 1C 0 35 D3 25 22
Octal 67 126 170 66 34 0 65 323 45 42
Binary 110111 1010110 1111000 110110 11100 0 110101 11010011 100101 100010

Color Harmonies of #375678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375678

Black with #375678

Text Example


Text Example

White with #375678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375678; }

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

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

background-color css

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

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

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

border-color css

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

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

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