Shades of Pelorous #2592CC
Tints of Pelorous #2592CC
RGB
CMYK
RGB Variations
Color information
#2592CC (or 0x2592CC) is known color: Pelorous. HEX triplet: 25, 92 and CC. RGB value is (37,146,204). Sum of RGB (Red+Green+Blue) = 37+146+204=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #2592CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2592CC is #DA6D33. Grayscale: #777777. Windows color (decimal): -14314804 or 13406757. OLE color: 13406757.
HSL color Cylindrical-coordinate representation of color #2592CC: hue angle of 200.84º 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 #2592CC is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 146 | 204 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.2 |
| HSL | 200.84º | 0.69% | 0.47% | - |
| HSV(B) | 200.84º | 0.82% | 0.8% | - |
| XYZ | 21.94 | 25.31 | 60.86 | - |
| YUV | 120.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 204 | 0.82 | 0.28 | 0 | 0.2 | 200.84 | 0.69 | 0.47 |
| Hex | 25 | 92 | CC | 52 | 1C | 0 | 14 | C9 | 45 | 2F |
| Octal | 45 | 222 | 314 | 122 | 34 | 0 | 24 | 311 | 105 | 57 |
| Binary | 100101 | 10010010 | 11001100 | 1010010 | 11100 | 0 | 10100 | 11001001 | 1000101 | 101111 |
Color Harmonies of #2592CC
Complementary color
Monochromatic Colors of #2592CC
Black with #2592CC
Text Example
Text Example
White with #2592CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2592CC; }
p { color: rgb(37,146,204); }
H1.HeaderClassName
{
color: #2592CC;
}
.AnyTagClassName
{
color: #2592CC;
}
</style>
background-color css
<style>
a { background-color: #2592CC; }
a { background-color: rgb(37,146,204); }
div.DivClassName
{
background-color: #2592CC;
}
.BgClassName
{
background-color: #2592CC;
}
</style>
border-color css
<style>
span { border-color: #2592CC; }
span { border-color: rgb(37,146,204); }
td.TdClassName
{
border-color: #2592CC;
}
.TagClassName
{
border-color: #2592CC;
}
</style>