Shades of Pelorous #259AAE
Tints of Pelorous #259AAE
RGB
CMYK
RGB Variations
Color information
#259AAE (or 0x259AAE) is known color: Pelorous. HEX triplet: 25, 9A and AE. RGB value is (37,154,174). Sum of RGB (Red+Green+Blue) = 37+154+174=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #259AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAE is #DA6551. Grayscale: #797979. Windows color (decimal): -14312786 or 11442725. OLE color: 11442725.
HSL color Cylindrical-coordinate representation of color #259AAE: hue angle of 188.76º 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 #259AAE is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 154 | 174 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.32 |
| HSL | 188.76º | 0.65% | 0.41% | - |
| HSV(B) | 188.76º | 0.79% | 0.68% | - |
| XYZ | 19.96 | 26.56 | 44.12 | - |
| YUV | 121.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 174 | 0.79 | 0.11 | 0 | 0.32 | 188.76 | 0.65 | 0.41 |
| Hex | 25 | 9A | AE | 4F | B | 0 | 20 | BD | 41 | 29 |
| Octal | 45 | 232 | 256 | 117 | 13 | 0 | 40 | 275 | 101 | 51 |
| Binary | 100101 | 10011010 | 10101110 | 1001111 | 1011 | 0 | 100000 | 10111101 | 1000001 | 101001 |
Color Harmonies of #259AAE
Complementary color
Monochromatic Colors of #259AAE
Black with #259AAE
Text Example
Text Example
White with #259AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AAE; }
p { color: rgb(37,154,174); }
H1.HeaderClassName
{
color: #259AAE;
}
.AnyTagClassName
{
color: #259AAE;
}
</style>
background-color css
<style>
a { background-color: #259AAE; }
a { background-color: rgb(37,154,174); }
div.DivClassName
{
background-color: #259AAE;
}
.BgClassName
{
background-color: #259AAE;
}
</style>
border-color css
<style>
span { border-color: #259AAE; }
span { border-color: rgb(37,154,174); }
td.TdClassName
{
border-color: #259AAE;
}
.TagClassName
{
border-color: #259AAE;
}
</style>