Shades of Deep Sea #247C5D
Tints of Deep Sea #247C5D
RGB
CMYK
RGB Variations
Color information
#247C5D (or 0x247C5D) is known color: Deep Sea. HEX triplet: 24, 7C and 5D. RGB value is (36,124,93). Sum of RGB (Red+Green+Blue) = 36+124+93=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #247C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C5D is #DB83A2. Grayscale: #5E5E5E. Windows color (decimal): -14386083 or 6126628. OLE color: 6126628.
HSL color Cylindrical-coordinate representation of color #247C5D: hue angle of 158.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C5D is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 93 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.51 |
| HSL | 158.86º | 0.55% | 0.31% | - |
| HSV(B) | 158.86º | 0.71% | 0.49% | - |
| XYZ | 9.91 | 15.58 | 12.84 | - |
| YUV | 94.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 93 | 0.71 | 0 | 0.25 | 0.51 | 158.86 | 0.55 | 0.31 |
| Hex | 24 | 7C | 5D | 47 | 0 | 19 | 33 | 9F | 37 | 1F |
| Octal | 44 | 174 | 135 | 107 | 0 | 31 | 63 | 237 | 67 | 37 |
| Binary | 100100 | 1111100 | 1011101 | 1000111 | 0 | 11001 | 110011 | 10011111 | 110111 | 11111 |
Color Harmonies of #247C5D
Complementary color
Monochromatic Colors of #247C5D
Black with #247C5D
Text Example
Text Example
White with #247C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C5D; }
p { color: rgb(36,124,93); }
H1.HeaderClassName
{
color: #247C5D;
}
.AnyTagClassName
{
color: #247C5D;
}
</style>
background-color css
<style>
a { background-color: #247C5D; }
a { background-color: rgb(36,124,93); }
div.DivClassName
{
background-color: #247C5D;
}
.BgClassName
{
background-color: #247C5D;
}
</style>
border-color css
<style>
span { border-color: #247C5D; }
span { border-color: rgb(36,124,93); }
td.TdClassName
{
border-color: #247C5D;
}
.TagClassName
{
border-color: #247C5D;
}
</style>