Html Css Color HEX #367074 Ming

📋 copy color: '#367074'

red 54 ◦ green 112 ◦ blue 116

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

Shades of Ming #367074

Tints of Ming #367074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 19.15%
G = 39.72%
B = 41.13%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#367074 (or 0x367074) is known color: Ming. HEX triplet: 36, 70 and 74. RGB value is (54,112,116). Sum of RGB (Red+Green+Blue) = 54+112+116=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #367074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367074 is #C98F8B. Grayscale: #5F5F5F. Windows color (decimal): -13209484 or 7630902. OLE color: 7630902.

HSL color Cylindrical-coordinate representation of color #367074: hue angle of 183.87º 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 #367074 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 112 116 -
CMYK 0.53 0.03 0 0.55
HSL 183.87º 0.36% 0.33% -
HSV(B) 183.87º 0.53% 0.45% -
XYZ 10.47 13.63 18.6 -
YUV 95.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 54 112 116 0.53 0.03 0 0.55 183.87 0.36 0.33
Hex 36 70 74 35 3 0 37 B8 24 21
Octal 66 160 164 65 3 0 67 270 44 41
Binary 110110 1110000 1110100 110101 11 0 110111 10111000 100100 100001

Color Harmonies of #367074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367074

Black with #367074

Text Example


Text Example

White with #367074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367074; }

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

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

background-color css

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

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

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

border-color css

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

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

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