Html Css Color HEX #377881 Ming

📋 copy color: '#377881'

red 55 ◦ green 120 ◦ blue 129

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

Shades of Ming #377881

Tints of Ming #377881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 18.09%
G = 39.47%
B = 42.43%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#377881 (or 0x377881) is known color: Ming. HEX triplet: 37, 78 and 81. RGB value is (55,120,129). Sum of RGB (Red+Green+Blue) = 55+120+129=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #377881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377881 is #C8877E. Grayscale: #656565. Windows color (decimal): -13141887 or 8484919. OLE color: 8484919.

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

Color convert

RGB 55 120 129 -
CMYK 0.57 0.07 0 0.49
HSL 187.3º 0.4% 0.36% -
HSV(B) 187.3º 0.57% 0.51% -
XYZ 12.25 15.83 23.18 -
YUV 101.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 55 120 129 0.57 0.07 0 0.49 187.3 0.4 0.36
Hex 37 78 81 39 7 0 31 BB 28 24
Octal 67 170 201 71 7 0 61 273 50 44
Binary 110111 1111000 10000001 111001 111 0 110001 10111011 101000 100100

Color Harmonies of #377881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377881

Black with #377881

Text Example


Text Example

White with #377881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377881; }

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

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

background-color css

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

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

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

border-color css

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

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

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