Shades of Blue Stone #2D6567
Tints of Blue Stone #2D6567
RGB
CMYK
RGB Variations
Color information
#2D6567 (or 0x2D6567) is known color: Blue Stone. HEX triplet: 2D, 65 and 67. RGB value is (45,101,103). Sum of RGB (Red+Green+Blue) = 45+101+103=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D6567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6567 is #D29A98. Grayscale: #545454. Windows color (decimal): -13802137 or 6776109. OLE color: 6776109.
HSL color Cylindrical-coordinate representation of color #2D6567: hue angle of 182.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6567 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 103 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.60 |
| HSL | 182.07º | 0.39% | 0.29% | - |
| HSV(B) | 182.07º | 0.56% | 0.4% | - |
| XYZ | 8.18 | 10.84 | 14.49 | - |
| YUV | 84.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 103 | 0.56 | 0.02 | 0 | 0.60 | 182.07 | 0.39 | 0.29 |
| Hex | 2D | 65 | 67 | 38 | 2 | 0 | 3C | B6 | 27 | 1D |
| Octal | 55 | 145 | 147 | 70 | 2 | 0 | 74 | 266 | 47 | 35 |
| Binary | 101101 | 1100101 | 1100111 | 111000 | 10 | 0 | 111100 | 10110110 | 100111 | 11101 |
Color Harmonies of #2D6567
Complementary color
Monochromatic Colors of #2D6567
Black with #2D6567
Text Example
Text Example
White with #2D6567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6567; }
p { color: rgb(45,101,103); }
H1.HeaderClassName
{
color: #2D6567;
}
.AnyTagClassName
{
color: #2D6567;
}
</style>
background-color css
<style>
a { background-color: #2D6567; }
a { background-color: rgb(45,101,103); }
div.DivClassName
{
background-color: #2D6567;
}
.BgClassName
{
background-color: #2D6567;
}
</style>
border-color css
<style>
span { border-color: #2D6567; }
span { border-color: rgb(45,101,103); }
td.TdClassName
{
border-color: #2D6567;
}
.TagClassName
{
border-color: #2D6567;
}
</style>