Shades of Blue Stone #2C6669
Tints of Blue Stone #2C6669
RGB
CMYK
RGB Variations
Color information
#2C6669 (or 0x2C6669) is known color: Blue Stone. HEX triplet: 2C, 66 and 69. RGB value is (44,102,105). Sum of RGB (Red+Green+Blue) = 44+102+105=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C6669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6669 is #D39996. Grayscale: #545454. Windows color (decimal): -13867415 or 6907436. OLE color: 6907436.
HSL color Cylindrical-coordinate representation of color #2C6669: hue angle of 182.95º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6669 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 102 | 105 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.59 |
| HSL | 182.95º | 0.41% | 0.29% | - |
| HSV(B) | 182.95º | 0.58% | 0.41% | - |
| XYZ | 8.34 | 11.06 | 15.06 | - |
| YUV | 85 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 105 | 0.58 | 0.03 | 0 | 0.59 | 182.95 | 0.41 | 0.29 |
| Hex | 2C | 66 | 69 | 3A | 3 | 0 | 3B | B7 | 29 | 1D |
| Octal | 54 | 146 | 151 | 72 | 3 | 0 | 73 | 267 | 51 | 35 |
| Binary | 101100 | 1100110 | 1101001 | 111010 | 11 | 0 | 111011 | 10110111 | 101001 | 11101 |
Color Harmonies of #2C6669
Complementary color
Monochromatic Colors of #2C6669
Black with #2C6669
Text Example
Text Example
White with #2C6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6669; }
p { color: rgb(44,102,105); }
H1.HeaderClassName
{
color: #2C6669;
}
.AnyTagClassName
{
color: #2C6669;
}
</style>
background-color css
<style>
a { background-color: #2C6669; }
a { background-color: rgb(44,102,105); }
div.DivClassName
{
background-color: #2C6669;
}
.BgClassName
{
background-color: #2C6669;
}
</style>
border-color css
<style>
span { border-color: #2C6669; }
span { border-color: rgb(44,102,105); }
td.TdClassName
{
border-color: #2C6669;
}
.TagClassName
{
border-color: #2C6669;
}
</style>