Html Css Color HEX #367071 Ming

📋 copy color: '#367071'

red 54 ◦ green 112 ◦ blue 113

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

Shades of Ming #367071

Tints of Ming #367071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 19.35%
G = 40.14%
B = 40.5%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#367071 (or 0x367071) is known color: Ming. HEX triplet: 36, 70 and 71. RGB value is (54,112,113). Sum of RGB (Red+Green+Blue) = 54+112+113=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #367071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367071 is #C98F8E. Grayscale: #5E5E5E. Windows color (decimal): -13209487 or 7434294. OLE color: 7434294.

HSL color Cylindrical-coordinate representation of color #367071: hue angle of 181.02º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367071 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 113 -
CMYK 0.52 0.01 0 0.56
HSL 181.02º 0.35% 0.33% -
HSV(B) 181.02º 0.52% 0.44% -
XYZ 10.3 13.56 17.7 -
YUV 94.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 54 112 113 0.52 0.01 0 0.56 181.02 0.35 0.33
Hex 36 70 71 34 1 0 38 B5 23 21
Octal 66 160 161 64 1 0 70 265 43 41
Binary 110110 1110000 1110001 110100 1 0 111000 10110101 100011 100001

Color Harmonies of #367071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367071

Black with #367071

Text Example


Text Example

White with #367071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367071; }

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

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

background-color css

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

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

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

border-color css

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

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

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