Html Css Color HEX #366972 Ming

📋 copy color: '#366972'

red 54 ◦ green 105 ◦ blue 114

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

Shades of Ming #366972

Tints of Ming #366972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 19.78%
G = 38.46%
B = 41.76%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366972 (or 0x366972) is known color: Ming. HEX triplet: 36, 69 and 72. RGB value is (54,105,114). Sum of RGB (Red+Green+Blue) = 54+105+114=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #366972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366972 is #C9968D. Grayscale: #5A5A5A. Windows color (decimal): -13211278 or 7498038. OLE color: 7498038.

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

Color convert

RGB 54 105 114 -
CMYK 0.53 0.08 0 0.55
HSL 189º 0.36% 0.33% -
HSV(B) 189º 0.53% 0.45% -
XYZ 9.61 12.1 17.75 -
YUV 90.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 54 105 114 0.53 0.08 0 0.55 189 0.36 0.33
Hex 36 69 72 35 8 0 37 BD 24 21
Octal 66 151 162 65 10 0 67 275 44 41
Binary 110110 1101001 1110010 110101 1000 0 110111 10111101 100100 100001

Color Harmonies of #366972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366972

Black with #366972

Text Example


Text Example

White with #366972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366972; }

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

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

background-color css

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

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

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

border-color css

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

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

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