#366F7A

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

Shades of Ming #366F7A

Tints of Ming #366F7A

Color information

#366F7A (or 0x366F7A) is unknown color: approx Ming. HEX triplet: 36, 6F and 7A. RGB value is (54,111,122). Sum of RGB (Red+Green+Blue) = 54+111+122=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #366F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F7A is #C99085. Grayscale: #5F5F5F. Windows color (decimal): -13209734 or 8023862. OLE color: 8023862.

HSL color Cylindrical-coordinate representation of color #366F7A: hue angle of 189.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #366F7A is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB54111122-
CMYK0.560.0900.52
HSL189.71º38.64%34.51%-
HSV(B)189.71º55.74%47.84%-
XYZ10.7213.5620.46-
YUV95.21143.1298.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=18.82%
G=38.68%
B=42.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541111220.560.0900.52189.7138.6434.51
Hex366F7A389034be2723
Octal6615717270110642764743
Binary110110110111111110101110001001011010010111110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366F7A; }

 p { color: rgb(54,111,122); }

 H1.HeaderClassName
 {
   color: #366F7A;
 }
 .AnyTagClassName
 {
   color: #366F7A;
 }
</style>
background-color css

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

 a { background-color: rgb(54,111,122); }

 div.DivClassName
 {
   background-color: #366F7A;
 }
 .BgClassName
 {
   background-color: #366F7A;
 }
</style>
border-color css

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

 span { border-color: rgb(54,111,122); }

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