Shades of Blue Stone #2D6366
Tints of Blue Stone #2D6366
RGB
CMYK
RGB Variations
Color information
#2D6366 (or 0x2D6366) is known color: Blue Stone. HEX triplet: 2D, 63 and 66. RGB value is (45,99,102). Sum of RGB (Red+Green+Blue) = 45+99+102=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D6366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6366 is #D29C99. Grayscale: #535353. Windows color (decimal): -13802650 or 6710061. OLE color: 6710061.
HSL color Cylindrical-coordinate representation of color #2D6366: hue angle of 183.16º 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 #2D6366 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 99 | 102 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.6 |
| HSL | 183.16º | 0.39% | 0.29% | - |
| HSV(B) | 183.16º | 0.56% | 0.4% | - |
| XYZ | 7.94 | 10.44 | 14.17 | - |
| YUV | 83.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 102 | 0.56 | 0.03 | 0 | 0.6 | 183.16 | 0.39 | 0.29 |
| Hex | 2D | 63 | 66 | 38 | 3 | 0 | 3C | B7 | 27 | 1D |
| Octal | 55 | 143 | 146 | 70 | 3 | 0 | 74 | 267 | 47 | 35 |
| Binary | 101101 | 1100011 | 1100110 | 111000 | 11 | 0 | 111100 | 10110111 | 100111 | 11101 |
Color Harmonies of #2D6366
Complementary color
Monochromatic Colors of #2D6366
Black with #2D6366
Text Example
Text Example
White with #2D6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6366; }
p { color: rgb(45,99,102); }
H1.HeaderClassName
{
color: #2D6366;
}
.AnyTagClassName
{
color: #2D6366;
}
</style>
background-color css
<style>
a { background-color: #2D6366; }
a { background-color: rgb(45,99,102); }
div.DivClassName
{
background-color: #2D6366;
}
.BgClassName
{
background-color: #2D6366;
}
</style>
border-color css
<style>
span { border-color: #2D6366; }
span { border-color: rgb(45,99,102); }
td.TdClassName
{
border-color: #2D6366;
}
.TagClassName
{
border-color: #2D6366;
}
</style>