Shades of Blue Stone #2D6568
Tints of Blue Stone #2D6568
RGB
CMYK
RGB Variations
Color information
#2D6568 (or 0x2D6568) is known color: Blue Stone. HEX triplet: 2D, 65 and 68. RGB value is (45,101,104). Sum of RGB (Red+Green+Blue) = 45+101+104=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D6568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6568 is #D29A97. Grayscale: #545454. Windows color (decimal): -13802136 or 6841645. OLE color: 6841645.
HSL color Cylindrical-coordinate representation of color #2D6568: hue angle of 183.05º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6568 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 101 | 104 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.59 |
| HSL | 183.05º | 0.4% | 0.29% | - |
| HSV(B) | 183.05º | 0.57% | 0.41% | - |
| XYZ | 8.23 | 10.86 | 14.76 | - |
| YUV | 84.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 104 | 0.57 | 0.03 | 0 | 0.59 | 183.05 | 0.4 | 0.29 |
| Hex | 2D | 65 | 68 | 39 | 3 | 0 | 3B | B7 | 28 | 1D |
| Octal | 55 | 145 | 150 | 71 | 3 | 0 | 73 | 267 | 50 | 35 |
| Binary | 101101 | 1100101 | 1101000 | 111001 | 11 | 0 | 111011 | 10110111 | 101000 | 11101 |
Color Harmonies of #2D6568
Complementary color
Monochromatic Colors of #2D6568
Black with #2D6568
Text Example
Text Example
White with #2D6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6568; }
p { color: rgb(45,101,104); }
H1.HeaderClassName
{
color: #2D6568;
}
.AnyTagClassName
{
color: #2D6568;
}
</style>
background-color css
<style>
a { background-color: #2D6568; }
a { background-color: rgb(45,101,104); }
div.DivClassName
{
background-color: #2D6568;
}
.BgClassName
{
background-color: #2D6568;
}
</style>
border-color css
<style>
span { border-color: #2D6568; }
span { border-color: rgb(45,101,104); }
td.TdClassName
{
border-color: #2D6568;
}
.TagClassName
{
border-color: #2D6568;
}
</style>