Shades of Mirage #3D4245
Tints of Mirage #3D4245
RGB
CMYK
RGB Variations
Color information
#3D4245 (or 0x3D4245) is known color: Mirage. HEX triplet: 3D, 42 and 45. RGB value is (61,66,69). Sum of RGB (Red+Green+Blue) = 61+66+69=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D4245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4245 is #C2BDBA. Grayscale: #404040. Windows color (decimal): -12762555 or 4538941. OLE color: 4538941.
HSL color Cylindrical-coordinate representation of color #3D4245: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D4245 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 66 | 69 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.73 |
| HSL | 202.5º | 0.06% | 0.25% | - |
| HSV(B) | 202.5º | 0.12% | 0.27% | - |
| XYZ | 4.95 | 5.32 | 6.4 | - |
| YUV | 64.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 69 | 0.12 | 0.04 | 0 | 0.73 | 202.5 | 0.06 | 0.25 |
| Hex | 3D | 42 | 45 | C | 4 | 0 | 49 | CA | 6 | 19 |
| Octal | 75 | 102 | 105 | 14 | 4 | 0 | 111 | 312 | 6 | 31 |
| Binary | 111101 | 1000010 | 1000101 | 1100 | 100 | 0 | 1001001 | 11001010 | 110 | 11001 |
Color Harmonies of #3D4245
Complementary color
Monochromatic Colors of #3D4245
Black with #3D4245
Text Example
Text Example
White with #3D4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4245; }
p { color: rgb(61,66,69); }
H1.HeaderClassName
{
color: #3D4245;
}
.AnyTagClassName
{
color: #3D4245;
}
</style>
background-color css
<style>
a { background-color: #3D4245; }
a { background-color: rgb(61,66,69); }
div.DivClassName
{
background-color: #3D4245;
}
.BgClassName
{
background-color: #3D4245;
}
</style>
border-color css
<style>
span { border-color: #3D4245; }
span { border-color: rgb(61,66,69); }
td.TdClassName
{
border-color: #3D4245;
}
.TagClassName
{
border-color: #3D4245;
}
</style>