Html Css Color HEX #377275 Ming

📋 copy color: '#377275'

red 55 ◦ green 114 ◦ blue 117

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

Shades of Ming #377275

Tints of Ming #377275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 19.23%
G = 39.86%
B = 40.91%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#377275 (or 0x377275) is known color: Ming. HEX triplet: 37, 72 and 75. RGB value is (55,114,117). Sum of RGB (Red+Green+Blue) = 55+114+117=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #377275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377275 is #C88D8A. Grayscale: #606060. Windows color (decimal): -13143435 or 7696951. OLE color: 7696951.

HSL color Cylindrical-coordinate representation of color #377275: hue angle of 182.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377275 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 114 117 -
CMYK 0.53 0.03 0 0.54
HSL 182.9º 0.36% 0.34% -
HSV(B) 182.9º 0.53% 0.46% -
XYZ 10.8 14.13 18.99 -
YUV 96.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 55 114 117 0.53 0.03 0 0.54 182.9 0.36 0.34
Hex 37 72 75 35 3 0 36 B7 24 22
Octal 67 162 165 65 3 0 66 267 44 42
Binary 110111 1110010 1110101 110101 11 0 110110 10110111 100100 100010

Color Harmonies of #377275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377275

Black with #377275

Text Example


Text Example

White with #377275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377275; }

 p { color: rgb(55,114,117); }

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

background-color css

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

 a { background-color: rgb(55,114,117); }

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

border-color css

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

 span { border-color: rgb(55,114,117); }

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