Shades of Pelorous #258CBB
Tints of Pelorous #258CBB
RGB
CMYK
RGB Variations
Color information
#258CBB (or 0x258CBB) is known color: Pelorous. HEX triplet: 25, 8C and BB. RGB value is (37,140,187). Sum of RGB (Red+Green+Blue) = 37+140+187=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #258CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CBB is #DA7344. Grayscale: #727272. Windows color (decimal): -14316357 or 12291109. OLE color: 12291109.
HSL color Cylindrical-coordinate representation of color #258CBB: hue angle of 198.8º 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 #258CBB is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 140 | 187 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.27 |
| HSL | 198.8º | 0.67% | 0.44% | - |
| HSV(B) | 198.8º | 0.8% | 0.73% | - |
| XYZ | 19.11 | 22.74 | 50.4 | - |
| YUV | 114.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 187 | 0.80 | 0.25 | 0 | 0.27 | 198.8 | 0.67 | 0.44 |
| Hex | 25 | 8C | BB | 50 | 19 | 0 | 1B | C7 | 43 | 2C |
| Octal | 45 | 214 | 273 | 120 | 31 | 0 | 33 | 307 | 103 | 54 |
| Binary | 100101 | 10001100 | 10111011 | 1010000 | 11001 | 0 | 11011 | 11000111 | 1000011 | 101100 |
Color Harmonies of #258CBB
Complementary color
Monochromatic Colors of #258CBB
Black with #258CBB
Text Example
Text Example
White with #258CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CBB; }
p { color: rgb(37,140,187); }
H1.HeaderClassName
{
color: #258CBB;
}
.AnyTagClassName
{
color: #258CBB;
}
</style>
background-color css
<style>
a { background-color: #258CBB; }
a { background-color: rgb(37,140,187); }
div.DivClassName
{
background-color: #258CBB;
}
.BgClassName
{
background-color: #258CBB;
}
</style>
border-color css
<style>
span { border-color: #258CBB; }
span { border-color: rgb(37,140,187); }
td.TdClassName
{
border-color: #258CBB;
}
.TagClassName
{
border-color: #258CBB;
}
</style>