#367278

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

Shades of Ming #367278

Tints of Ming #367278

Color information

#367278 (or 0x367278) is unknown color: approx Ming. HEX triplet: 36, 72 and 78. RGB value is (54,114,120). Sum of RGB (Red+Green+Blue) = 54+114+120=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #367278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367278 is #C98D87. Grayscale: #606060. Windows color (decimal): -13208968 or 7893558. OLE color: 7893558.

HSL color Cylindrical-coordinate representation of color #367278: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367278 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB54114120-
CMYK0.550.0500.53
HSL185.45º37.93%34.12%-
HSV(B)185.45º55%47.06%-
XYZ10.9314.1719.93-
YUV96.74141.1297.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=18.75%
G=39.58%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541141200.550.0500.53185.4537.9334.12
Hex367278375035b92622
Octal661621706750652714642
Binary11011011100101111000110111101011010110111001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367278; }

 p { color: rgb(54,114,120); }

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

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

 a { background-color: rgb(54,114,120); }

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

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

 span { border-color: rgb(54,114,120); }

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