Shades of Pelorous #2590C5
Tints of Pelorous #2590C5
RGB
CMYK
RGB Variations
Color information
#2590C5 (or 0x2590C5) is known color: Pelorous. HEX triplet: 25, 90 and C5. RGB value is (37,144,197). Sum of RGB (Red+Green+Blue) = 37+144+197=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #2590C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2590C5 is #DA6F3A. Grayscale: #757575. Windows color (decimal): -14315323 or 12947493. OLE color: 12947493.
HSL color Cylindrical-coordinate representation of color #2590C5: hue angle of 199.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2590C5 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 144 | 197 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.23 |
| HSL | 199.88º | 0.68% | 0.46% | - |
| HSV(B) | 199.88º | 0.81% | 0.77% | - |
| XYZ | 20.81 | 24.37 | 56.43 | - |
| YUV | 118.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 197 | 0.81 | 0.27 | 0 | 0.23 | 199.88 | 0.68 | 0.46 |
| Hex | 25 | 90 | C5 | 51 | 1B | 0 | 17 | C8 | 44 | 2E |
| Octal | 45 | 220 | 305 | 121 | 33 | 0 | 27 | 310 | 104 | 56 |
| Binary | 100101 | 10010000 | 11000101 | 1010001 | 11011 | 0 | 10111 | 11001000 | 1000100 | 101110 |
Color Harmonies of #2590C5
Complementary color
Monochromatic Colors of #2590C5
Black with #2590C5
Text Example
Text Example
White with #2590C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590C5; }
p { color: rgb(37,144,197); }
H1.HeaderClassName
{
color: #2590C5;
}
.AnyTagClassName
{
color: #2590C5;
}
</style>
background-color css
<style>
a { background-color: #2590C5; }
a { background-color: rgb(37,144,197); }
div.DivClassName
{
background-color: #2590C5;
}
.BgClassName
{
background-color: #2590C5;
}
</style>
border-color css
<style>
span { border-color: #2590C5; }
span { border-color: rgb(37,144,197); }
td.TdClassName
{
border-color: #2590C5;
}
.TagClassName
{
border-color: #2590C5;
}
</style>