Shades of Blue Stone #2D6667
Tints of Blue Stone #2D6667
RGB
CMYK
RGB Variations
Color information
#2D6667 (or 0x2D6667) is known color: Blue Stone. HEX triplet: 2D, 66 and 67. RGB value is (45,102,103). Sum of RGB (Red+Green+Blue) = 45+102+103=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D6667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6667 is #D29998. Grayscale: #555555. Windows color (decimal): -13801881 or 6776365. OLE color: 6776365.
HSL color Cylindrical-coordinate representation of color #2D6667: hue angle of 181.03º 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 #2D6667 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 102 | 103 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.60 |
| HSL | 181.03º | 0.39% | 0.29% | - |
| HSV(B) | 181.03º | 0.56% | 0.4% | - |
| XYZ | 8.28 | 11.04 | 14.53 | - |
| YUV | 85.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 103 | 0.56 | 0.01 | 0 | 0.60 | 181.03 | 0.39 | 0.29 |
| Hex | 2D | 66 | 67 | 38 | 1 | 0 | 3C | B5 | 27 | 1D |
| Octal | 55 | 146 | 147 | 70 | 1 | 0 | 74 | 265 | 47 | 35 |
| Binary | 101101 | 1100110 | 1100111 | 111000 | 1 | 0 | 111100 | 10110101 | 100111 | 11101 |
Color Harmonies of #2D6667
Complementary color
Monochromatic Colors of #2D6667
Black with #2D6667
Text Example
Text Example
White with #2D6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6667; }
p { color: rgb(45,102,103); }
H1.HeaderClassName
{
color: #2D6667;
}
.AnyTagClassName
{
color: #2D6667;
}
</style>
background-color css
<style>
a { background-color: #2D6667; }
a { background-color: rgb(45,102,103); }
div.DivClassName
{
background-color: #2D6667;
}
.BgClassName
{
background-color: #2D6667;
}
</style>
border-color css
<style>
span { border-color: #2D6667; }
span { border-color: rgb(45,102,103); }
td.TdClassName
{
border-color: #2D6667;
}
.TagClassName
{
border-color: #2D6667;
}
</style>