#367680

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

Shades of Ming #367680

Tints of Ming #367680

Color information

#367680 (or 0x367680) is unknown color: approx Ming. HEX triplet: 36, 76 and 80. RGB value is (54,118,128). Sum of RGB (Red+Green+Blue) = 54+118+128=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #367680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367680 is #C9897F. Grayscale: #636363. Windows color (decimal): -13207936 or 8418870. OLE color: 8418870.

HSL color Cylindrical-coordinate representation of color #367680: hue angle of 188.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367680 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54118128-
CMYK0.580.0800.50
HSL188.11º40.66%35.69%-
HSV(B)188.11º57.81%50.2%-
XYZ11.915.322.75-
YUV100143.895.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=18%
G=39.33%
B=42.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541181280.580.0800.50188.1140.6635.69
Hex3676803A8032bc2924
Octal6616620072100622745144
Binary1101101110110100000001110101000011001010111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367680; }

 p { color: rgb(54,118,128); }

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

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

 a { background-color: rgb(54,118,128); }

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

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

 span { border-color: rgb(54,118,128); }

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