Shades of Blue Stone #2D6467
Tints of Blue Stone #2D6467
RGB
CMYK
RGB Variations
Color information
#2D6467 (or 0x2D6467) is known color: Blue Stone. HEX triplet: 2D, 64 and 67. RGB value is (45,100,103). Sum of RGB (Red+Green+Blue) = 45+100+103=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D6467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6467 is #D29B98. Grayscale: #535353. Windows color (decimal): -13802393 or 6775853. OLE color: 6775853.
HSL color Cylindrical-coordinate representation of color #2D6467: hue angle of 183.1º 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 #2D6467 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 100 | 103 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.60 |
| HSL | 183.1º | 0.39% | 0.29% | - |
| HSV(B) | 183.1º | 0.56% | 0.4% | - |
| XYZ | 8.09 | 10.65 | 14.46 | - |
| YUV | 83.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 103 | 0.56 | 0.03 | 0 | 0.60 | 183.1 | 0.39 | 0.29 |
| Hex | 2D | 64 | 67 | 38 | 3 | 0 | 3C | B7 | 27 | 1D |
| Octal | 55 | 144 | 147 | 70 | 3 | 0 | 74 | 267 | 47 | 35 |
| Binary | 101101 | 1100100 | 1100111 | 111000 | 11 | 0 | 111100 | 10110111 | 100111 | 11101 |
Color Harmonies of #2D6467
Complementary color
Monochromatic Colors of #2D6467
Black with #2D6467
Text Example
Text Example
White with #2D6467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6467; }
p { color: rgb(45,100,103); }
H1.HeaderClassName
{
color: #2D6467;
}
.AnyTagClassName
{
color: #2D6467;
}
</style>
background-color css
<style>
a { background-color: #2D6467; }
a { background-color: rgb(45,100,103); }
div.DivClassName
{
background-color: #2D6467;
}
.BgClassName
{
background-color: #2D6467;
}
</style>
border-color css
<style>
span { border-color: #2D6467; }
span { border-color: rgb(45,100,103); }
td.TdClassName
{
border-color: #2D6467;
}
.TagClassName
{
border-color: #2D6467;
}
</style>