Shades of Pelorous #2590BA
Tints of Pelorous #2590BA
RGB
CMYK
RGB Variations
Color information
#2590BA (or 0x2590BA) is known color: Pelorous. HEX triplet: 25, 90 and BA. RGB value is (37,144,186). Sum of RGB (Red+Green+Blue) = 37+144+186=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #2590BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2590BA is #DA6F45. Grayscale: #747474. Windows color (decimal): -14315334 or 12226597. OLE color: 12226597.
HSL color Cylindrical-coordinate representation of color #2590BA: hue angle of 196.91º 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 #2590BA is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 144 | 186 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.27 |
| HSL | 196.91º | 0.67% | 0.44% | - |
| HSV(B) | 196.91º | 0.8% | 0.73% | - |
| XYZ | 19.6 | 23.89 | 50.03 | - |
| YUV | 116.8 | 167.05 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 186 | 0.80 | 0.23 | 0 | 0.27 | 196.91 | 0.67 | 0.44 |
| Hex | 25 | 90 | BA | 50 | 17 | 0 | 1B | C5 | 43 | 2C |
| Octal | 45 | 220 | 272 | 120 | 27 | 0 | 33 | 305 | 103 | 54 |
| Binary | 100101 | 10010000 | 10111010 | 1010000 | 10111 | 0 | 11011 | 11000101 | 1000011 | 101100 |
Color Harmonies of #2590BA
Complementary color
Monochromatic Colors of #2590BA
Black with #2590BA
Text Example
Text Example
White with #2590BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590BA; }
p { color: rgb(37,144,186); }
H1.HeaderClassName
{
color: #2590BA;
}
.AnyTagClassName
{
color: #2590BA;
}
</style>
background-color css
<style>
a { background-color: #2590BA; }
a { background-color: rgb(37,144,186); }
div.DivClassName
{
background-color: #2590BA;
}
.BgClassName
{
background-color: #2590BA;
}
</style>
border-color css
<style>
span { border-color: #2590BA; }
span { border-color: rgb(37,144,186); }
td.TdClassName
{
border-color: #2590BA;
}
.TagClassName
{
border-color: #2590BA;
}
</style>