Shades of Pelorous #2492CC
Tints of Pelorous #2492CC
RGB
CMYK
RGB Variations
Color information
#2492CC (or 0x2492CC) is known color: Pelorous. HEX triplet: 24, 92 and CC. RGB value is (36,146,204). Sum of RGB (Red+Green+Blue) = 36+146+204=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #2492CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2492CC is #DB6D33. Grayscale: #777777. Windows color (decimal): -14380340 or 13406756. OLE color: 13406756.
HSL color Cylindrical-coordinate representation of color #2492CC: hue angle of 200.71º degrees, saturation: 0.7, 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 #2492CC is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 146 | 204 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.2 |
| HSL | 200.71º | 0.7% | 0.47% | - |
| HSV(B) | 200.71º | 0.82% | 0.8% | - |
| XYZ | 21.91 | 25.29 | 60.85 | - |
| YUV | 119.72 | 175.56 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 204 | 0.82 | 0.28 | 0 | 0.2 | 200.71 | 0.7 | 0.47 |
| Hex | 24 | 92 | CC | 52 | 1C | 0 | 14 | C9 | 46 | 2F |
| Octal | 44 | 222 | 314 | 122 | 34 | 0 | 24 | 311 | 106 | 57 |
| Binary | 100100 | 10010010 | 11001100 | 1010010 | 11100 | 0 | 10100 | 11001001 | 1000110 | 101111 |
Color Harmonies of #2492CC
Complementary color
Monochromatic Colors of #2492CC
Black with #2492CC
Text Example
Text Example
White with #2492CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2492CC; }
p { color: rgb(36,146,204); }
H1.HeaderClassName
{
color: #2492CC;
}
.AnyTagClassName
{
color: #2492CC;
}
</style>
background-color css
<style>
a { background-color: #2492CC; }
a { background-color: rgb(36,146,204); }
div.DivClassName
{
background-color: #2492CC;
}
.BgClassName
{
background-color: #2492CC;
}
</style>
border-color css
<style>
span { border-color: #2492CC; }
span { border-color: rgb(36,146,204); }
td.TdClassName
{
border-color: #2492CC;
}
.TagClassName
{
border-color: #2492CC;
}
</style>