Html Css Color HEX #367274 Ming

📋 copy color: '#367274'

red 54 ◦ green 114 ◦ blue 116

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

Shades of Ming #367274

Tints of Ming #367274

RGB

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

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

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

R = 19.01%
G = 40.14%
B = 40.85%

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

#367274 (or 0x367274) is known color: Ming. HEX triplet: 36, 72 and 74. RGB value is (54,114,116). Sum of RGB (Red+Green+Blue) = 54+114+116=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #367274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367274 is #C98D8B. Grayscale: #606060. Windows color (decimal): -13208972 or 7631414. OLE color: 7631414.

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

Color convert

RGB 54 114 116 -
CMYK 0.53 0.02 0 0.55
HSL 181.94º 0.36% 0.33% -
HSV(B) 181.94º 0.53% 0.45% -
XYZ 10.69 14.08 18.68 -
YUV 96.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 54 114 116 0.53 0.02 0 0.55 181.94 0.36 0.33
Hex 36 72 74 35 2 0 37 B6 24 21
Octal 66 162 164 65 2 0 67 266 44 41
Binary 110110 1110010 1110100 110101 10 0 110111 10110110 100100 100001

Color Harmonies of #367274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367274

Black with #367274

Text Example


Text Example

White with #367274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367274; }

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

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

background-color css

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

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

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

border-color css

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

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

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