Shades of Pelorous #258FAA
Tints of Pelorous #258FAA
RGB
CMYK
RGB Variations
Color information
#258FAA (or 0x258FAA) is known color: Pelorous. HEX triplet: 25, 8F and AA. RGB value is (37,143,170). Sum of RGB (Red+Green+Blue) = 37+143+170=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #258FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258FAA is #DA7055. Grayscale: #727272. Windows color (decimal): -14315606 or 11177765. OLE color: 11177765.
HSL color Cylindrical-coordinate representation of color #258FAA: hue angle of 192.18º 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 #258FAA is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 143 | 170 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.33 |
| HSL | 192.18º | 0.64% | 0.41% | - |
| HSV(B) | 192.18º | 0.78% | 0.67% | - |
| XYZ | 17.84 | 22.94 | 41.52 | - |
| YUV | 114.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 170 | 0.78 | 0.16 | 0 | 0.33 | 192.18 | 0.64 | 0.41 |
| Hex | 25 | 8F | AA | 4E | 10 | 0 | 21 | C0 | 40 | 29 |
| Octal | 45 | 217 | 252 | 116 | 20 | 0 | 41 | 300 | 100 | 51 |
| Binary | 100101 | 10001111 | 10101010 | 1001110 | 10000 | 0 | 100001 | 11000000 | 1000000 | 101001 |
Color Harmonies of #258FAA
Complementary color
Monochromatic Colors of #258FAA
Black with #258FAA
Text Example
Text Example
White with #258FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FAA; }
p { color: rgb(37,143,170); }
H1.HeaderClassName
{
color: #258FAA;
}
.AnyTagClassName
{
color: #258FAA;
}
</style>
background-color css
<style>
a { background-color: #258FAA; }
a { background-color: rgb(37,143,170); }
div.DivClassName
{
background-color: #258FAA;
}
.BgClassName
{
background-color: #258FAA;
}
</style>
border-color css
<style>
span { border-color: #258FAA; }
span { border-color: rgb(37,143,170); }
td.TdClassName
{
border-color: #258FAA;
}
.TagClassName
{
border-color: #258FAA;
}
</style>