Shades of Pelorous #2492B2
Tints of Pelorous #2492B2
RGB
CMYK
RGB Variations
Color information
#2492B2 (or 0x2492B2) is known color: Pelorous. HEX triplet: 24, 92 and B2. RGB value is (36,146,178). Sum of RGB (Red+Green+Blue) = 36+146+178=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #2492B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2492B2 is #DB6D4D. Grayscale: #747474. Windows color (decimal): -14380366 or 11702820. OLE color: 11702820.
HSL color Cylindrical-coordinate representation of color #2492B2: hue angle of 193.52º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2492B2 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 146 | 178 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.30 |
| HSL | 193.52º | 0.66% | 0.42% | - |
| HSV(B) | 193.52º | 0.8% | 0.7% | - |
| XYZ | 19.04 | 24.15 | 45.78 | - |
| YUV | 116.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 178 | 0.80 | 0.18 | 0 | 0.30 | 193.52 | 0.66 | 0.42 |
| Hex | 24 | 92 | B2 | 50 | 12 | 0 | 1E | C2 | 42 | 2A |
| Octal | 44 | 222 | 262 | 120 | 22 | 0 | 36 | 302 | 102 | 52 |
| Binary | 100100 | 10010010 | 10110010 | 1010000 | 10010 | 0 | 11110 | 11000010 | 1000010 | 101010 |
Color Harmonies of #2492B2
Complementary color
Monochromatic Colors of #2492B2
Black with #2492B2
Text Example
Text Example
White with #2492B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2492B2; }
p { color: rgb(36,146,178); }
H1.HeaderClassName
{
color: #2492B2;
}
.AnyTagClassName
{
color: #2492B2;
}
</style>
background-color css
<style>
a { background-color: #2492B2; }
a { background-color: rgb(36,146,178); }
div.DivClassName
{
background-color: #2492B2;
}
.BgClassName
{
background-color: #2492B2;
}
</style>
border-color css
<style>
span { border-color: #2492B2; }
span { border-color: rgb(36,146,178); }
td.TdClassName
{
border-color: #2492B2;
}
.TagClassName
{
border-color: #2492B2;
}
</style>