Html Css Color HEX #377882 Ming

📋 copy color: '#377882'

red 55 ◦ green 120 ◦ blue 130

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

Shades of Ming #377882

Tints of Ming #377882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 18.03%
G = 39.34%
B = 42.62%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377882 (or 0x377882) is known color: Ming. HEX triplet: 37, 78 and 82. RGB value is (55,120,130). Sum of RGB (Red+Green+Blue) = 55+120+130=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #377882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377882 is #C8877D. Grayscale: #656565. Windows color (decimal): -13141886 or 8550455. OLE color: 8550455.

HSL color Cylindrical-coordinate representation of color #377882: hue angle of 188º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377882 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 120 130 -
CMYK 0.58 0.08 0 0.49
HSL 188º 0.41% 0.36% -
HSV(B) 188º 0.58% 0.51% -
XYZ 12.32 15.86 23.53 -
YUV 101.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 55 120 130 0.58 0.08 0 0.49 188 0.41 0.36
Hex 37 78 82 3A 8 0 31 BC 29 24
Octal 67 170 202 72 10 0 61 274 51 44
Binary 110111 1111000 10000010 111010 1000 0 110001 10111100 101001 100100

Color Harmonies of #377882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377882

Black with #377882

Text Example


Text Example

White with #377882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377882; }

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

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

background-color css

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

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

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

border-color css

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

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

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