Shades of Blue Stone #246368
Tints of Blue Stone #246368
RGB
CMYK
RGB Variations
Color information
#246368 (or 0x246368) is known color: Blue Stone. HEX triplet: 24, 63 and 68. RGB value is (36,99,104). Sum of RGB (Red+Green+Blue) = 36+99+104=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #246368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246368 is #DB9C97. Grayscale: #505050. Windows color (decimal): -14392472 or 6841124. OLE color: 6841124.
HSL color Cylindrical-coordinate representation of color #246368: hue angle of 184.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246368 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 99 | 104 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.59 |
| HSL | 184.41º | 0.49% | 0.27% | - |
| HSV(B) | 184.41º | 0.65% | 0.41% | - |
| XYZ | 7.69 | 10.3 | 14.68 | - |
| YUV | 80.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 104 | 0.65 | 0.05 | 0 | 0.59 | 184.41 | 0.49 | 0.27 |
| Hex | 24 | 63 | 68 | 41 | 5 | 0 | 3B | B8 | 31 | 1B |
| Octal | 44 | 143 | 150 | 101 | 5 | 0 | 73 | 270 | 61 | 33 |
| Binary | 100100 | 1100011 | 1101000 | 1000001 | 101 | 0 | 111011 | 10111000 | 110001 | 11011 |
Color Harmonies of #246368
Complementary color
Monochromatic Colors of #246368
Black with #246368
Text Example
Text Example
White with #246368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246368; }
p { color: rgb(36,99,104); }
H1.HeaderClassName
{
color: #246368;
}
.AnyTagClassName
{
color: #246368;
}
</style>
background-color css
<style>
a { background-color: #246368; }
a { background-color: rgb(36,99,104); }
div.DivClassName
{
background-color: #246368;
}
.BgClassName
{
background-color: #246368;
}
</style>
border-color css
<style>
span { border-color: #246368; }
span { border-color: rgb(36,99,104); }
td.TdClassName
{
border-color: #246368;
}
.TagClassName
{
border-color: #246368;
}
</style>