Html Css Color HEX #366970 Ming

📋 copy color: '#366970'

red 54 ◦ green 105 ◦ blue 112

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

Shades of Ming #366970

Tints of Ming #366970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 19.93%
G = 38.75%
B = 41.33%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366970 (or 0x366970) is known color: Ming. HEX triplet: 36, 69 and 70. RGB value is (54,105,112). Sum of RGB (Red+Green+Blue) = 54+105+112=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #366970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366970 is #C9968F. Grayscale: #5A5A5A. Windows color (decimal): -13211280 or 7366966. OLE color: 7366966.

HSL color Cylindrical-coordinate representation of color #366970: hue angle of 187.24º 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 #366970 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 105 112 -
CMYK 0.52 0.06 0 0.56
HSL 187.24º 0.35% 0.33% -
HSV(B) 187.24º 0.52% 0.44% -
XYZ 9.5 12.06 17.16 -
YUV 90.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 54 105 112 0.52 0.06 0 0.56 187.24 0.35 0.33
Hex 36 69 70 34 6 0 38 BB 23 21
Octal 66 151 160 64 6 0 70 273 43 41
Binary 110110 1101001 1110000 110100 110 0 111000 10111011 100011 100001

Color Harmonies of #366970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366970

Black with #366970

Text Example


Text Example

White with #366970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366970; }

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

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

background-color css

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

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

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

border-color css

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

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

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