Shades of Pelorous #2590BE
Tints of Pelorous #2590BE
RGB
CMYK
RGB Variations
Color information
#2590BE (or 0x2590BE) is known color: Pelorous. HEX triplet: 25, 90 and BE. RGB value is (37,144,190). Sum of RGB (Red+Green+Blue) = 37+144+190=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #2590BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2590BE is #DA6F41. Grayscale: #747474. Windows color (decimal): -14315330 or 12488741. OLE color: 12488741.
HSL color Cylindrical-coordinate representation of color #2590BE: hue angle of 198.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2590BE is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 144 | 190 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.25 |
| HSL | 198.04º | 0.67% | 0.45% | - |
| HSV(B) | 198.04º | 0.81% | 0.75% | - |
| XYZ | 20.03 | 24.06 | 52.3 | - |
| YUV | 117.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 190 | 0.81 | 0.24 | 0 | 0.25 | 198.04 | 0.67 | 0.45 |
| Hex | 25 | 90 | BE | 51 | 18 | 0 | 19 | C6 | 43 | 2D |
| Octal | 45 | 220 | 276 | 121 | 30 | 0 | 31 | 306 | 103 | 55 |
| Binary | 100101 | 10010000 | 10111110 | 1010001 | 11000 | 0 | 11001 | 11000110 | 1000011 | 101101 |
Color Harmonies of #2590BE
Complementary color
Monochromatic Colors of #2590BE
Black with #2590BE
Text Example
Text Example
White with #2590BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590BE; }
p { color: rgb(37,144,190); }
H1.HeaderClassName
{
color: #2590BE;
}
.AnyTagClassName
{
color: #2590BE;
}
</style>
background-color css
<style>
a { background-color: #2590BE; }
a { background-color: rgb(37,144,190); }
div.DivClassName
{
background-color: #2590BE;
}
.BgClassName
{
background-color: #2590BE;
}
</style>
border-color css
<style>
span { border-color: #2590BE; }
span { border-color: rgb(37,144,190); }
td.TdClassName
{
border-color: #2590BE;
}
.TagClassName
{
border-color: #2590BE;
}
</style>