Shades of Blue Stone #2E6568
Tints of Blue Stone #2E6568
RGB
CMYK
RGB Variations
Color information
#2E6568 (or 0x2E6568) is known color: Blue Stone. HEX triplet: 2E, 65 and 68. RGB value is (46,101,104). Sum of RGB (Red+Green+Blue) = 46+101+104=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E6568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6568 is #D19A97. Grayscale: #545454. Windows color (decimal): -13736600 or 6841646. OLE color: 6841646.
HSL color Cylindrical-coordinate representation of color #2E6568: hue angle of 183.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6568 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 101 | 104 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.59 |
| HSL | 183.1º | 0.39% | 0.29% | - |
| HSV(B) | 183.1º | 0.56% | 0.41% | - |
| XYZ | 8.28 | 10.89 | 14.76 | - |
| YUV | 84.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 104 | 0.56 | 0.03 | 0 | 0.59 | 183.1 | 0.39 | 0.29 |
| Hex | 2E | 65 | 68 | 38 | 3 | 0 | 3B | B7 | 27 | 1D |
| Octal | 56 | 145 | 150 | 70 | 3 | 0 | 73 | 267 | 47 | 35 |
| Binary | 101110 | 1100101 | 1101000 | 111000 | 11 | 0 | 111011 | 10110111 | 100111 | 11101 |
Color Harmonies of #2E6568
Complementary color
Monochromatic Colors of #2E6568
Black with #2E6568
Text Example
Text Example
White with #2E6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6568; }
p { color: rgb(46,101,104); }
H1.HeaderClassName
{
color: #2E6568;
}
.AnyTagClassName
{
color: #2E6568;
}
</style>
background-color css
<style>
a { background-color: #2E6568; }
a { background-color: rgb(46,101,104); }
div.DivClassName
{
background-color: #2E6568;
}
.BgClassName
{
background-color: #2E6568;
}
</style>
border-color css
<style>
span { border-color: #2E6568; }
span { border-color: rgb(46,101,104); }
td.TdClassName
{
border-color: #2E6568;
}
.TagClassName
{
border-color: #2E6568;
}
</style>