Shades of Pelorous #258FAB
Tints of Pelorous #258FAB
RGB
CMYK
RGB Variations
Color information
#258FAB (or 0x258FAB) is known color: Pelorous. HEX triplet: 25, 8F and AB. RGB value is (37,143,171). Sum of RGB (Red+Green+Blue) = 37+143+171=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #258FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258FAB is #DA7054. Grayscale: #727272. Windows color (decimal): -14315605 or 11243301. OLE color: 11243301.
HSL color Cylindrical-coordinate representation of color #258FAB: hue angle of 192.54º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258FAB is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 143 | 171 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.33 |
| HSL | 192.54º | 0.64% | 0.41% | - |
| HSV(B) | 192.54º | 0.78% | 0.67% | - |
| XYZ | 17.94 | 22.98 | 42.02 | - |
| YUV | 114.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 171 | 0.78 | 0.16 | 0 | 0.33 | 192.54 | 0.64 | 0.41 |
| Hex | 25 | 8F | AB | 4E | 10 | 0 | 21 | C1 | 40 | 29 |
| Octal | 45 | 217 | 253 | 116 | 20 | 0 | 41 | 301 | 100 | 51 |
| Binary | 100101 | 10001111 | 10101011 | 1001110 | 10000 | 0 | 100001 | 11000001 | 1000000 | 101001 |
Color Harmonies of #258FAB
Complementary color
Monochromatic Colors of #258FAB
Black with #258FAB
Text Example
Text Example
White with #258FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FAB; }
p { color: rgb(37,143,171); }
H1.HeaderClassName
{
color: #258FAB;
}
.AnyTagClassName
{
color: #258FAB;
}
</style>
background-color css
<style>
a { background-color: #258FAB; }
a { background-color: rgb(37,143,171); }
div.DivClassName
{
background-color: #258FAB;
}
.BgClassName
{
background-color: #258FAB;
}
</style>
border-color css
<style>
span { border-color: #258FAB; }
span { border-color: rgb(37,143,171); }
td.TdClassName
{
border-color: #258FAB;
}
.TagClassName
{
border-color: #258FAB;
}
</style>