Html Css Color HEX #367072 Ming

📋 copy color: '#367072'

red 54 ◦ green 112 ◦ blue 114

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

Shades of Ming #367072

Tints of Ming #367072

RGB

 RED value IS 54 (21.48% from 255) = 19.29%

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 19.29%
G = 40%
B = 40.71%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#367072 (or 0x367072) is known color: Ming. HEX triplet: 36, 70 and 72. RGB value is (54,112,114). Sum of RGB (Red+Green+Blue) = 54+112+114=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #367072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367072 is #C98F8D. Grayscale: #5E5E5E. Windows color (decimal): -13209486 or 7499830. OLE color: 7499830.

HSL color Cylindrical-coordinate representation of color #367072: hue angle of 182º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367072 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 112 114 -
CMYK 0.53 0.02 0 0.55
HSL 182º 0.36% 0.33% -
HSV(B) 182º 0.53% 0.45% -
XYZ 10.35 13.59 18 -
YUV 94.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 54 112 114 0.53 0.02 0 0.55 182 0.36 0.33
Hex 36 70 72 35 2 0 37 B6 24 21
Octal 66 160 162 65 2 0 67 266 44 41
Binary 110110 1110000 1110010 110101 10 0 110111 10110110 100100 100001

Color Harmonies of #367072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367072

Black with #367072

Text Example


Text Example

White with #367072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367072; }

 p { color: rgb(54,112,114); }

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

background-color css

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

 a { background-color: rgb(54,112,114); }

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

border-color css

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

 span { border-color: rgb(54,112,114); }

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