Shades of Deep Sea #247B5C
Tints of Deep Sea #247B5C
RGB
CMYK
RGB Variations
Color information
#247B5C (or 0x247B5C) is known color: Deep Sea. HEX triplet: 24, 7B and 5C. RGB value is (36,123,92). Sum of RGB (Red+Green+Blue) = 36+123+92=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #247B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B5C is #DB84A3. Grayscale: #5D5D5D. Windows color (decimal): -14386340 or 6060836. OLE color: 6060836.
HSL color Cylindrical-coordinate representation of color #247B5C: hue angle of 158.62º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B5C is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 92 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.52 |
| HSL | 158.62º | 0.55% | 0.31% | - |
| HSV(B) | 158.62º | 0.71% | 0.48% | - |
| XYZ | 9.74 | 15.31 | 12.57 | - |
| YUV | 93.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 92 | 0.71 | 0 | 0.25 | 0.52 | 158.62 | 0.55 | 0.31 |
| Hex | 24 | 7B | 5C | 47 | 0 | 19 | 34 | 9F | 37 | 1F |
| Octal | 44 | 173 | 134 | 107 | 0 | 31 | 64 | 237 | 67 | 37 |
| Binary | 100100 | 1111011 | 1011100 | 1000111 | 0 | 11001 | 110100 | 10011111 | 110111 | 11111 |
Color Harmonies of #247B5C
Complementary color
Monochromatic Colors of #247B5C
Black with #247B5C
Text Example
Text Example
White with #247B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B5C; }
p { color: rgb(36,123,92); }
H1.HeaderClassName
{
color: #247B5C;
}
.AnyTagClassName
{
color: #247B5C;
}
</style>
background-color css
<style>
a { background-color: #247B5C; }
a { background-color: rgb(36,123,92); }
div.DivClassName
{
background-color: #247B5C;
}
.BgClassName
{
background-color: #247B5C;
}
</style>
border-color css
<style>
span { border-color: #247B5C; }
span { border-color: rgb(36,123,92); }
td.TdClassName
{
border-color: #247B5C;
}
.TagClassName
{
border-color: #247B5C;
}
</style>