Shades of Pelorous #2592C5
Tints of Pelorous #2592C5
RGB
CMYK
RGB Variations
Color information
#2592C5 (or 0x2592C5) is known color: Pelorous. HEX triplet: 25, 92 and C5. RGB value is (37,146,197). Sum of RGB (Red+Green+Blue) = 37+146+197=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #2592C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2592C5 is #DA6D3A. Grayscale: #767676. Windows color (decimal): -14314811 or 12948005. OLE color: 12948005.
HSL color Cylindrical-coordinate representation of color #2592C5: hue angle of 199.12º 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 #2592C5 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 146 | 197 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.23 |
| HSL | 199.13º | 0.68% | 0.46% | - |
| HSV(B) | 199.13º | 0.81% | 0.77% | - |
| XYZ | 21.12 | 24.98 | 56.53 | - |
| YUV | 119.22 | 171.89 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 197 | 0.81 | 0.26 | 0 | 0.23 | 199.13 | 0.68 | 0.46 |
| Hex | 25 | 92 | C5 | 51 | 1A | 0 | 17 | C7 | 44 | 2E |
| Octal | 45 | 222 | 305 | 121 | 32 | 0 | 27 | 307 | 104 | 56 |
| Binary | 100101 | 10010010 | 11000101 | 1010001 | 11010 | 0 | 10111 | 11000111 | 1000100 | 101110 |
Color Harmonies of #2592C5
Complementary color
Monochromatic Colors of #2592C5
Black with #2592C5
Text Example
Text Example
White with #2592C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592C5; }
p { color: rgb(37,146,197); }
H1.HeaderClassName
{
color: #2592C5;
}
.AnyTagClassName
{
color: #2592C5;
}
</style>
background-color css
<style>
a { background-color: #2592C5; }
a { background-color: rgb(37,146,197); }
div.DivClassName
{
background-color: #2592C5;
}
.BgClassName
{
background-color: #2592C5;
}
</style>
border-color css
<style>
span { border-color: #2592C5; }
span { border-color: rgb(37,146,197); }
td.TdClassName
{
border-color: #2592C5;
}
.TagClassName
{
border-color: #2592C5;
}
</style>