Html Css Color HEX #366973 Ming

📋 copy color: '#366973'

red 54 ◦ green 105 ◦ blue 115

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

Shades of Ming #366973

Tints of Ming #366973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 19.71%
G = 38.32%
B = 41.97%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366973 (or 0x366973) is known color: Ming. HEX triplet: 36, 69 and 73. RGB value is (54,105,115). Sum of RGB (Red+Green+Blue) = 54+105+115=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #366973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366973 is #C9968C. Grayscale: #5A5A5A. Windows color (decimal): -13211277 or 7563574. OLE color: 7563574.

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

Color convert

RGB 54 105 115 -
CMYK 0.53 0.09 0 0.55
HSL 189.84º 0.36% 0.33% -
HSV(B) 189.84º 0.53% 0.45% -
XYZ 9.67 12.13 18.05 -
YUV 90.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 54 105 115 0.53 0.09 0 0.55 189.84 0.36 0.33
Hex 36 69 73 35 9 0 37 BE 24 21
Octal 66 151 163 65 11 0 67 276 44 41
Binary 110110 1101001 1110011 110101 1001 0 110111 10111110 100100 100001

Color Harmonies of #366973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366973

Black with #366973

Text Example


Text Example

White with #366973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366973; }

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

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

background-color css

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

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

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

border-color css

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

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

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