Shades of Pelorous #2590CD
Tints of Pelorous #2590CD
RGB
CMYK
RGB Variations
Color information
#2590CD (or 0x2590CD) is known color: Pelorous. HEX triplet: 25, 90 and CD. RGB value is (37,144,205). Sum of RGB (Red+Green+Blue) = 37+144+205=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #2590CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2590CD is #DA6F32. Grayscale: #767676. Windows color (decimal): -14315315 or 13471781. OLE color: 13471781.
HSL color Cylindrical-coordinate representation of color #2590CD: hue angle of 201.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2590CD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 144 | 205 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.20 |
| HSL | 201.79º | 0.69% | 0.47% | - |
| HSV(B) | 201.79º | 0.82% | 0.8% | - |
| XYZ | 21.76 | 24.75 | 61.39 | - |
| YUV | 118.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 205 | 0.82 | 0.30 | 0 | 0.20 | 201.79 | 0.69 | 0.47 |
| Hex | 25 | 90 | CD | 52 | 1E | 0 | 14 | CA | 45 | 2F |
| Octal | 45 | 220 | 315 | 122 | 36 | 0 | 24 | 312 | 105 | 57 |
| Binary | 100101 | 10010000 | 11001101 | 1010010 | 11110 | 0 | 10100 | 11001010 | 1000101 | 101111 |
Color Harmonies of #2590CD
Complementary color
Monochromatic Colors of #2590CD
Black with #2590CD
Text Example
Text Example
White with #2590CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2590CD; }
p { color: rgb(37,144,205); }
H1.HeaderClassName
{
color: #2590CD;
}
.AnyTagClassName
{
color: #2590CD;
}
</style>
background-color css
<style>
a { background-color: #2590CD; }
a { background-color: rgb(37,144,205); }
div.DivClassName
{
background-color: #2590CD;
}
.BgClassName
{
background-color: #2590CD;
}
</style>
border-color css
<style>
span { border-color: #2590CD; }
span { border-color: rgb(37,144,205); }
td.TdClassName
{
border-color: #2590CD;
}
.TagClassName
{
border-color: #2590CD;
}
</style>