Shades of Pelorous #2591D3
Tints of Pelorous #2591D3
RGB
CMYK
RGB Variations
Color information
#2591D3 (or 0x2591D3) is known color: Pelorous. HEX triplet: 25, 91 and D3. RGB value is (37,145,211). Sum of RGB (Red+Green+Blue) = 37+145+211=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #2591D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2591D3 is #DA6E2C. Grayscale: #777777. Windows color (decimal): -14315053 or 13865253. OLE color: 13865253.
HSL color Cylindrical-coordinate representation of color #2591D3: hue angle of 202.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2591D3 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 145 | 211 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.17 |
| HSL | 202.76º | 0.7% | 0.49% | - |
| HSV(B) | 202.76º | 0.82% | 0.83% | - |
| XYZ | 22.65 | 25.35 | 65.33 | - |
| YUV | 120.23 | 179.22 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 211 | 0.82 | 0.31 | 0 | 0.17 | 202.76 | 0.7 | 0.49 |
| Hex | 25 | 91 | D3 | 52 | 1F | 0 | 11 | CB | 46 | 31 |
| Octal | 45 | 221 | 323 | 122 | 37 | 0 | 21 | 313 | 106 | 61 |
| Binary | 100101 | 10010001 | 11010011 | 1010010 | 11111 | 0 | 10001 | 11001011 | 1000110 | 110001 |
Color Harmonies of #2591D3
Complementary color
Monochromatic Colors of #2591D3
Black with #2591D3
Text Example
Text Example
White with #2591D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2591D3; }
p { color: rgb(37,145,211); }
H1.HeaderClassName
{
color: #2591D3;
}
.AnyTagClassName
{
color: #2591D3;
}
</style>
background-color css
<style>
a { background-color: #2591D3; }
a { background-color: rgb(37,145,211); }
div.DivClassName
{
background-color: #2591D3;
}
.BgClassName
{
background-color: #2591D3;
}
</style>
border-color css
<style>
span { border-color: #2591D3; }
span { border-color: rgb(37,145,211); }
td.TdClassName
{
border-color: #2591D3;
}
.TagClassName
{
border-color: #2591D3;
}
</style>