Shades of Pelorous #259AAF
Tints of Pelorous #259AAF
RGB
CMYK
RGB Variations
Color information
#259AAF (or 0x259AAF) is known color: Pelorous. HEX triplet: 25, 9A and AF. RGB value is (37,154,175). Sum of RGB (Red+Green+Blue) = 37+154+175=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #259AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAF is #DA6550. Grayscale: #797979. Windows color (decimal): -14312785 or 11508261. OLE color: 11508261.
HSL color Cylindrical-coordinate representation of color #259AAF: hue angle of 189.13º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259AAF is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 154 | 175 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.31 |
| HSL | 189.13º | 0.65% | 0.42% | - |
| HSV(B) | 189.13º | 0.79% | 0.69% | - |
| XYZ | 20.06 | 26.6 | 44.63 | - |
| YUV | 121.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 175 | 0.79 | 0.12 | 0 | 0.31 | 189.13 | 0.65 | 0.42 |
| Hex | 25 | 9A | AF | 4F | C | 0 | 1F | BD | 41 | 2A |
| Octal | 45 | 232 | 257 | 117 | 14 | 0 | 37 | 275 | 101 | 52 |
| Binary | 100101 | 10011010 | 10101111 | 1001111 | 1100 | 0 | 11111 | 10111101 | 1000001 | 101010 |
Color Harmonies of #259AAF
Complementary color
Monochromatic Colors of #259AAF
Black with #259AAF
Text Example
Text Example
White with #259AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AAF; }
p { color: rgb(37,154,175); }
H1.HeaderClassName
{
color: #259AAF;
}
.AnyTagClassName
{
color: #259AAF;
}
</style>
background-color css
<style>
a { background-color: #259AAF; }
a { background-color: rgb(37,154,175); }
div.DivClassName
{
background-color: #259AAF;
}
.BgClassName
{
background-color: #259AAF;
}
</style>
border-color css
<style>
span { border-color: #259AAF; }
span { border-color: rgb(37,154,175); }
td.TdClassName
{
border-color: #259AAF;
}
.TagClassName
{
border-color: #259AAF;
}
</style>