Shades of Blue Stone #2D6465
Tints of Blue Stone #2D6465
RGB
CMYK
RGB Variations
Color information
#2D6465 (or 0x2D6465) is known color: Blue Stone. HEX triplet: 2D, 64 and 65. RGB value is (45,100,101). Sum of RGB (Red+Green+Blue) = 45+100+101=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #2D6465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6465 is #D29B9A. Grayscale: #535353. Windows color (decimal): -13802395 or 6644781. OLE color: 6644781.
HSL color Cylindrical-coordinate representation of color #2D6465: hue angle of 181.07º 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 #2D6465 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 100 | 101 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.60 |
| HSL | 181.07º | 0.38% | 0.29% | - |
| HSV(B) | 181.07º | 0.55% | 0.4% | - |
| XYZ | 7.99 | 10.61 | 13.94 | - |
| YUV | 83.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 101 | 0.55 | 0.01 | 0 | 0.60 | 181.07 | 0.38 | 0.29 |
| Hex | 2D | 64 | 65 | 37 | 1 | 0 | 3C | B5 | 26 | 1D |
| Octal | 55 | 144 | 145 | 67 | 1 | 0 | 74 | 265 | 46 | 35 |
| Binary | 101101 | 1100100 | 1100101 | 110111 | 1 | 0 | 111100 | 10110101 | 100110 | 11101 |
Color Harmonies of #2D6465
Complementary color
Monochromatic Colors of #2D6465
Black with #2D6465
Text Example
Text Example
White with #2D6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6465; }
p { color: rgb(45,100,101); }
H1.HeaderClassName
{
color: #2D6465;
}
.AnyTagClassName
{
color: #2D6465;
}
</style>
background-color css
<style>
a { background-color: #2D6465; }
a { background-color: rgb(45,100,101); }
div.DivClassName
{
background-color: #2D6465;
}
.BgClassName
{
background-color: #2D6465;
}
</style>
border-color css
<style>
span { border-color: #2D6465; }
span { border-color: rgb(45,100,101); }
td.TdClassName
{
border-color: #2D6465;
}
.TagClassName
{
border-color: #2D6465;
}
</style>