Html Css Color HEX #375E80 Matisse

📋 copy color: '#375E80'

red 55 ◦ green 94 ◦ blue 128

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

Shades of Matisse #375E80

Tints of Matisse #375E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 19.86%
G = 33.94%
B = 46.21%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#375E80 (or 0x375E80) is known color: Matisse. HEX triplet: 37, 5E and 80. RGB value is (55,94,128). Sum of RGB (Red+Green+Blue) = 55+94+128=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #375E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375E80 is #C8A17F. Grayscale: #565656. Windows color (decimal): -13148544 or 8412727. OLE color: 8412727.

HSL color Cylindrical-coordinate representation of color #375E80: hue angle of 207.95º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375E80 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 94 128 -
CMYK 0.57 0.27 0 0.50
HSL 207.95º 0.4% 0.36% -
HSV(B) 207.95º 0.57% 0.5% -
XYZ 9.47 10.38 21.93 -
YUV 86.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 55 94 128 0.57 0.27 0 0.50 207.95 0.4 0.36
Hex 37 5E 80 39 1B 0 32 D0 28 24
Octal 67 136 200 71 33 0 62 320 50 44
Binary 110111 1011110 10000000 111001 11011 0 110010 11010000 101000 100100

Color Harmonies of #375E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E80

Black with #375E80

Text Example


Text Example

White with #375E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,94,128); }

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

background-color css

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

 a { background-color: rgb(55,94,128); }

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

border-color css

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

 span { border-color: rgb(55,94,128); }

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