Shades of Deep Sea #247663
Tints of Deep Sea #247663
RGB
CMYK
RGB Variations
Color information
#247663 (or 0x247663) is known color: Deep Sea. HEX triplet: 24, 76 and 63. RGB value is (36,118,99). Sum of RGB (Red+Green+Blue) = 36+118+99=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #247663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247663 is #DB899C. Grayscale: #5B5B5B. Windows color (decimal): -14387613 or 6518308. OLE color: 6518308.
HSL color Cylindrical-coordinate representation of color #247663: hue angle of 166.1º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247663 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 118 | 99 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.54 |
| HSL | 166.1º | 0.53% | 0.3% | - |
| HSV(B) | 166.1º | 0.69% | 0.46% | - |
| XYZ | 9.46 | 14.23 | 14.05 | - |
| YUV | 91.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 99 | 0.69 | 0 | 0.16 | 0.54 | 166.1 | 0.53 | 0.3 |
| Hex | 24 | 76 | 63 | 45 | 0 | 10 | 36 | A6 | 35 | 1E |
| Octal | 44 | 166 | 143 | 105 | 0 | 20 | 66 | 246 | 65 | 36 |
| Binary | 100100 | 1110110 | 1100011 | 1000101 | 0 | 10000 | 110110 | 10100110 | 110101 | 11110 |
Color Harmonies of #247663
Complementary color
Monochromatic Colors of #247663
Black with #247663
Text Example
Text Example
White with #247663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247663; }
p { color: rgb(36,118,99); }
H1.HeaderClassName
{
color: #247663;
}
.AnyTagClassName
{
color: #247663;
}
</style>
background-color css
<style>
a { background-color: #247663; }
a { background-color: rgb(36,118,99); }
div.DivClassName
{
background-color: #247663;
}
.BgClassName
{
background-color: #247663;
}
</style>
border-color css
<style>
span { border-color: #247663; }
span { border-color: rgb(36,118,99); }
td.TdClassName
{
border-color: #247663;
}
.TagClassName
{
border-color: #247663;
}
</style>