Shades of Blue Stone #2D6564
Tints of Blue Stone #2D6564
RGB
CMYK
RGB Variations
Color information
#2D6564 (or 0x2D6564) is known color: Blue Stone. HEX triplet: 2D, 65 and 64. RGB value is (45,101,100). Sum of RGB (Red+Green+Blue) = 45+101+100=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6564 is #D29A9B. Grayscale: #545454. Windows color (decimal): -13802140 or 6579501. OLE color: 6579501.
HSL color Cylindrical-coordinate representation of color #2D6564: hue angle of 178.93º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6564 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 100 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.60 |
| HSL | 178.93º | 0.38% | 0.29% | - |
| HSV(B) | 178.93º | 0.55% | 0.4% | - |
| XYZ | 8.04 | 10.79 | 13.71 | - |
| YUV | 84.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 100 | 0.55 | 0 | 0.01 | 0.60 | 178.93 | 0.38 | 0.29 |
| Hex | 2D | 65 | 64 | 37 | 0 | 1 | 3C | B3 | 26 | 1D |
| Octal | 55 | 145 | 144 | 67 | 0 | 1 | 74 | 263 | 46 | 35 |
| Binary | 101101 | 1100101 | 1100100 | 110111 | 0 | 1 | 111100 | 10110011 | 100110 | 11101 |
Color Harmonies of #2D6564
Complementary color
Monochromatic Colors of #2D6564
Black with #2D6564
Text Example
Text Example
White with #2D6564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6564; }
p { color: rgb(45,101,100); }
H1.HeaderClassName
{
color: #2D6564;
}
.AnyTagClassName
{
color: #2D6564;
}
</style>
background-color css
<style>
a { background-color: #2D6564; }
a { background-color: rgb(45,101,100); }
div.DivClassName
{
background-color: #2D6564;
}
.BgClassName
{
background-color: #2D6564;
}
</style>
border-color css
<style>
span { border-color: #2D6564; }
span { border-color: rgb(45,101,100); }
td.TdClassName
{
border-color: #2D6564;
}
.TagClassName
{
border-color: #2D6564;
}
</style>