Html Css Color HEX #377880 Ming

📋 copy color: '#377880'

red 55 ◦ green 120 ◦ blue 128

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

Shades of Ming #377880

Tints of Ming #377880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

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

R = 18.15%
G = 39.6%
B = 42.24%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#377880 (or 0x377880) is known color: Ming. HEX triplet: 37, 78 and 80. RGB value is (55,120,128). Sum of RGB (Red+Green+Blue) = 55+120+128=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #377880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377880 is #C8877F. Grayscale: #656565. Windows color (decimal): -13141888 or 8419383. OLE color: 8419383.

HSL color Cylindrical-coordinate representation of color #377880: hue angle of 186.58º 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 #377880 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 120 128 -
CMYK 0.57 0.06 0 0.50
HSL 186.58º 0.4% 0.36% -
HSV(B) 186.58º 0.57% 0.5% -
XYZ 12.19 15.8 22.83 -
YUV 101.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 55 120 128 0.57 0.06 0 0.50 186.58 0.4 0.36
Hex 37 78 80 39 6 0 32 BB 28 24
Octal 67 170 200 71 6 0 62 273 50 44
Binary 110111 1111000 10000000 111001 110 0 110010 10111011 101000 100100

Color Harmonies of #377880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377880

Black with #377880

Text Example


Text Example

White with #377880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377880; }

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

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

background-color css

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

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

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

border-color css

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

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

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