Shades of Pelorous #2598AE
Tints of Pelorous #2598AE
RGB
CMYK
RGB Variations
Color information
#2598AE (or 0x2598AE) is known color: Pelorous. HEX triplet: 25, 98 and AE. RGB value is (37,152,174). Sum of RGB (Red+Green+Blue) = 37+152+174=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #2598AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2598AE is #DA6751. Grayscale: #777777. Windows color (decimal): -14313298 or 11442213. OLE color: 11442213.
HSL color Cylindrical-coordinate representation of color #2598AE: hue angle of 189.64º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2598AE is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 152 | 174 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.32 |
| HSL | 189.64º | 0.65% | 0.41% | - |
| HSV(B) | 189.64º | 0.79% | 0.68% | - |
| XYZ | 19.63 | 25.91 | 44.01 | - |
| YUV | 120.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 174 | 0.79 | 0.13 | 0 | 0.32 | 189.64 | 0.65 | 0.41 |
| Hex | 25 | 98 | AE | 4F | D | 0 | 20 | BE | 41 | 29 |
| Octal | 45 | 230 | 256 | 117 | 15 | 0 | 40 | 276 | 101 | 51 |
| Binary | 100101 | 10011000 | 10101110 | 1001111 | 1101 | 0 | 100000 | 10111110 | 1000001 | 101001 |
Color Harmonies of #2598AE
Complementary color
Monochromatic Colors of #2598AE
Black with #2598AE
Text Example
Text Example
White with #2598AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2598AE; }
p { color: rgb(37,152,174); }
H1.HeaderClassName
{
color: #2598AE;
}
.AnyTagClassName
{
color: #2598AE;
}
</style>
background-color css
<style>
a { background-color: #2598AE; }
a { background-color: rgb(37,152,174); }
div.DivClassName
{
background-color: #2598AE;
}
.BgClassName
{
background-color: #2598AE;
}
</style>
border-color css
<style>
span { border-color: #2598AE; }
span { border-color: rgb(37,152,174); }
td.TdClassName
{
border-color: #2598AE;
}
.TagClassName
{
border-color: #2598AE;
}
</style>