Shades of Pelorous #258DBA
Tints of Pelorous #258DBA
RGB
CMYK
RGB Variations
Color information
#258DBA (or 0x258DBA) is known color: Pelorous. HEX triplet: 25, 8D and BA. RGB value is (37,141,186). Sum of RGB (Red+Green+Blue) = 37+141+186=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #258DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DBA is #DA7245. Grayscale: #727272. Windows color (decimal): -14316102 or 12225829. OLE color: 12225829.
HSL color Cylindrical-coordinate representation of color #258DBA: hue angle of 198.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #258DBA is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 141 | 186 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.27 |
| HSL | 198.12º | 0.67% | 0.44% | - |
| HSV(B) | 198.12º | 0.8% | 0.73% | - |
| XYZ | 19.15 | 22.99 | 49.88 | - |
| YUV | 115.03 | 168.04 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 186 | 0.80 | 0.24 | 0 | 0.27 | 198.12 | 0.67 | 0.44 |
| Hex | 25 | 8D | BA | 50 | 18 | 0 | 1B | C6 | 43 | 2C |
| Octal | 45 | 215 | 272 | 120 | 30 | 0 | 33 | 306 | 103 | 54 |
| Binary | 100101 | 10001101 | 10111010 | 1010000 | 11000 | 0 | 11011 | 11000110 | 1000011 | 101100 |
Color Harmonies of #258DBA
Complementary color
Monochromatic Colors of #258DBA
Black with #258DBA
Text Example
Text Example
White with #258DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DBA; }
p { color: rgb(37,141,186); }
H1.HeaderClassName
{
color: #258DBA;
}
.AnyTagClassName
{
color: #258DBA;
}
</style>
background-color css
<style>
a { background-color: #258DBA; }
a { background-color: rgb(37,141,186); }
div.DivClassName
{
background-color: #258DBA;
}
.BgClassName
{
background-color: #258DBA;
}
</style>
border-color css
<style>
span { border-color: #258DBA; }
span { border-color: rgb(37,141,186); }
td.TdClassName
{
border-color: #258DBA;
}
.TagClassName
{
border-color: #258DBA;
}
</style>