Shades of Deep Sea #257461
Tints of Deep Sea #257461
RGB
CMYK
RGB Variations
Color information
#257461 (or 0x257461) is known color: Deep Sea. HEX triplet: 25, 74 and 61. RGB value is (37,116,97). Sum of RGB (Red+Green+Blue) = 37+116+97=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #257461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257461 is #DA8B9E. Grayscale: #5A5A5A. Windows color (decimal): -14322591 or 6386725. OLE color: 6386725.
HSL color Cylindrical-coordinate representation of color #257461: hue angle of 165.57º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257461 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 116 | 97 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.55 |
| HSL | 165.57º | 0.52% | 0.3% | - |
| HSV(B) | 165.57º | 0.68% | 0.45% | - |
| XYZ | 9.17 | 13.75 | 13.48 | - |
| YUV | 90.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 97 | 0.68 | 0 | 0.16 | 0.55 | 165.57 | 0.52 | 0.3 |
| Hex | 25 | 74 | 61 | 44 | 0 | 10 | 37 | A6 | 34 | 1E |
| Octal | 45 | 164 | 141 | 104 | 0 | 20 | 67 | 246 | 64 | 36 |
| Binary | 100101 | 1110100 | 1100001 | 1000100 | 0 | 10000 | 110111 | 10100110 | 110100 | 11110 |
Color Harmonies of #257461
Complementary color
Monochromatic Colors of #257461
Black with #257461
Text Example
Text Example
White with #257461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257461; }
p { color: rgb(37,116,97); }
H1.HeaderClassName
{
color: #257461;
}
.AnyTagClassName
{
color: #257461;
}
</style>
background-color css
<style>
a { background-color: #257461; }
a { background-color: rgb(37,116,97); }
div.DivClassName
{
background-color: #257461;
}
.BgClassName
{
background-color: #257461;
}
</style>
border-color css
<style>
span { border-color: #257461; }
span { border-color: rgb(37,116,97); }
td.TdClassName
{
border-color: #257461;
}
.TagClassName
{
border-color: #257461;
}
</style>