#364045

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

Shades of Mirage #364045

Tints of Mirage #364045

Color information

#364045 (or 0x364045) is unknown color: approx Mirage. HEX triplet: 36, 40 and 45. RGB value is (54,64,69). Sum of RGB (Red+Green+Blue) = 54+64+69=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 69 - color contains mainly: blue. Hex color #364045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364045 is #C9BFBA. Grayscale: #3D3D3D. Windows color (decimal): -13221819 or 4538422. OLE color: 4538422.

HSL color Cylindrical-coordinate representation of color #364045: hue angle of 200º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #364045 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB546469-
CMYK0.220.0700.73
HSL200º12.2%24.12%-
HSV(B)200º21.74%27.06%-
XYZ4.434.886.34-
YUV61.58132.19122.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=28.88%
G=34.22%
B=36.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5464690.220.0700.7320012.224.12
Hex364045167049c8c18
Octal6610010526701113101430
Binary11011010000001000101101101110100100111001000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364045; }

 p { color: rgb(54,64,69); }

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

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

 a { background-color: rgb(54,64,69); }

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

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

 span { border-color: rgb(54,64,69); }

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