Shades of Dark Slate Grey #274B50
Tints of Dark Slate Grey #274B50
RGB
CMYK
RGB Variations
Color information
#274B50 (or 0x274B50) is known color: Dark Slate Grey. HEX triplet: 27, 4B and 50. RGB value is (39,75,80). Sum of RGB (Red+Green+Blue) = 39+75+80=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #274B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B50 is #D8B4AF. Grayscale: #404040. Windows color (decimal): -14202032 or 5262119. OLE color: 5262119.
HSL color Cylindrical-coordinate representation of color #274B50: hue angle of 187.32º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274B50 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 75 | 80 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.69 |
| HSL | 187.32º | 0.34% | 0.23% | - |
| HSV(B) | 187.32º | 0.51% | 0.31% | - |
| XYZ | 4.8 | 6.04 | 8.5 | - |
| YUV | 64.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 80 | 0.51 | 0.06 | 0 | 0.69 | 187.32 | 0.34 | 0.23 |
| Hex | 27 | 4B | 50 | 33 | 6 | 0 | 45 | BB | 22 | 17 |
| Octal | 47 | 113 | 120 | 63 | 6 | 0 | 105 | 273 | 42 | 27 |
| Binary | 100111 | 1001011 | 1010000 | 110011 | 110 | 0 | 1000101 | 10111011 | 100010 | 10111 |
Color Harmonies of #274B50
Complementary color
Monochromatic Colors of #274B50
Black with #274B50
Text Example
Text Example
White with #274B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B50; }
p { color: rgb(39,75,80); }
H1.HeaderClassName
{
color: #274B50;
}
.AnyTagClassName
{
color: #274B50;
}
</style>
background-color css
<style>
a { background-color: #274B50; }
a { background-color: rgb(39,75,80); }
div.DivClassName
{
background-color: #274B50;
}
.BgClassName
{
background-color: #274B50;
}
</style>
border-color css
<style>
span { border-color: #274B50; }
span { border-color: rgb(39,75,80); }
td.TdClassName
{
border-color: #274B50;
}
.TagClassName
{
border-color: #274B50;
}
</style>