#364148

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

Shades of Mirage #364148

Tints of Mirage #364148

Color information

#364148 (or 0x364148) is unknown color: approx Mirage. HEX triplet: 36, 41 and 48. RGB value is (54,65,72). Sum of RGB (Red+Green+Blue) = 54+65+72=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #364148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364148 is #C9BEB7. Grayscale: #3E3E3E. Windows color (decimal): -13221560 or 4735286. OLE color: 4735286.

HSL color Cylindrical-coordinate representation of color #364148: hue angle of 203.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364148 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB546572-
CMYK0.250.1000.72
HSL203.33º14.29%24.71%-
HSV(B)203.33º25%28.24%-
XYZ4.585.036.86-
YUV62.51133.36121.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=28.27%
G=34.03%
B=37.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5465720.250.1000.72203.3314.2924.71
Hex36414819A048cbe19
Octal66101110311201103131631
Binary110110100000110010001100110100100100011001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364148; }

 p { color: rgb(54,65,72); }

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

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

 a { background-color: rgb(54,65,72); }

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

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

 span { border-color: rgb(54,65,72); }

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