#366970

Color #366970 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #366970

Tints of Ming #366970

Color information

#366970 (or 0x366970) is unknown color: approx 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

RGB54105112-
CMYK0.520.0600.56
HSL187.24º34.94%32.55%-
HSV(B)187.24º51.79%43.92%-
XYZ9.512.0617.16-
YUV90.55140.1101.93-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541051120.520.0600.56187.2434.9432.55
Hex366970346038bb2321
Octal661511606460702734341
Binary11011011010011110000110100110011100010111011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>