Shades of Dark Slate Grey #264E52
Tints of Dark Slate Grey #264E52
RGB
CMYK
RGB Variations
Color information
#264E52 (or 0x264E52) is known color: Dark Slate Grey. HEX triplet: 26, 4E and 52. RGB value is (38,78,82). Sum of RGB (Red+Green+Blue) = 38+78+82=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #264E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E52 is #D9B1AD. Grayscale: #424242. Windows color (decimal): -14266798 or 5393958. OLE color: 5393958.
HSL color Cylindrical-coordinate representation of color #264E52: hue angle of 185.45º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264E52 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 78 | 82 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.68 |
| HSL | 185.45º | 0.37% | 0.24% | - |
| HSV(B) | 185.45º | 0.54% | 0.32% | - |
| XYZ | 5.05 | 6.47 | 8.97 | - |
| YUV | 66.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 82 | 0.54 | 0.05 | 0 | 0.68 | 185.45 | 0.37 | 0.24 |
| Hex | 26 | 4E | 52 | 36 | 5 | 0 | 44 | B9 | 25 | 18 |
| Octal | 46 | 116 | 122 | 66 | 5 | 0 | 104 | 271 | 45 | 30 |
| Binary | 100110 | 1001110 | 1010010 | 110110 | 101 | 0 | 1000100 | 10111001 | 100101 | 11000 |
Color Harmonies of #264E52
Complementary color
Monochromatic Colors of #264E52
Black with #264E52
Text Example
Text Example
White with #264E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E52; }
p { color: rgb(38,78,82); }
H1.HeaderClassName
{
color: #264E52;
}
.AnyTagClassName
{
color: #264E52;
}
</style>
background-color css
<style>
a { background-color: #264E52; }
a { background-color: rgb(38,78,82); }
div.DivClassName
{
background-color: #264E52;
}
.BgClassName
{
background-color: #264E52;
}
</style>
border-color css
<style>
span { border-color: #264E52; }
span { border-color: rgb(38,78,82); }
td.TdClassName
{
border-color: #264E52;
}
.TagClassName
{
border-color: #264E52;
}
</style>