Html Css Color HEX #377983 Ming

📋 copy color: '#377983'

red 55 ◦ green 121 ◦ blue 131

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

Shades of Ming #377983

Tints of Ming #377983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 17.92%
G = 39.41%
B = 42.67%

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

#377983 (or 0x377983) is known color: Ming. HEX triplet: 37, 79 and 83. RGB value is (55,121,131). Sum of RGB (Red+Green+Blue) = 55+121+131=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #377983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377983 is #C8867C. Grayscale: #666666. Windows color (decimal): -13141629 or 8616247. OLE color: 8616247.

HSL color Cylindrical-coordinate representation of color #377983: hue angle of 187.89º 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 #377983 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 121 131 -
CMYK 0.58 0.08 0 0.49
HSL 187.89º 0.41% 0.36% -
HSV(B) 187.89º 0.58% 0.51% -
XYZ 12.51 16.13 23.93 -
YUV 102.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 55 121 131 0.58 0.08 0 0.49 187.89 0.41 0.36
Hex 37 79 83 3A 8 0 31 BC 29 24
Octal 67 171 203 72 10 0 61 274 51 44
Binary 110111 1111001 10000011 111010 1000 0 110001 10111100 101001 100100

Color Harmonies of #377983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377983

Black with #377983

Text Example


Text Example

White with #377983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377983; }

 p { color: rgb(55,121,131); }

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

background-color css

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

 a { background-color: rgb(55,121,131); }

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

border-color css

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

 span { border-color: rgb(55,121,131); }

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