Shades of Pelorous #2492AD
Tints of Pelorous #2492AD
RGB
CMYK
RGB Variations
Color information
#2492AD (or 0x2492AD) is known color: Pelorous. HEX triplet: 24, 92 and AD. RGB value is (36,146,173). Sum of RGB (Red+Green+Blue) = 36+146+173=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #2492AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2492AD is #DB6D52. Grayscale: #737373. Windows color (decimal): -14380371 or 11375140. OLE color: 11375140.
HSL color Cylindrical-coordinate representation of color #2492AD: hue angle of 191.82º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2492AD is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 146 | 173 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.32 |
| HSL | 191.82º | 0.66% | 0.41% | - |
| HSV(B) | 191.82º | 0.79% | 0.68% | - |
| XYZ | 18.55 | 23.95 | 43.18 | - |
| YUV | 116.19 | 160.06 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 173 | 0.79 | 0.16 | 0 | 0.32 | 191.82 | 0.66 | 0.41 |
| Hex | 24 | 92 | AD | 4F | 10 | 0 | 20 | C0 | 42 | 29 |
| Octal | 44 | 222 | 255 | 117 | 20 | 0 | 40 | 300 | 102 | 51 |
| Binary | 100100 | 10010010 | 10101101 | 1001111 | 10000 | 0 | 100000 | 11000000 | 1000010 | 101001 |
Color Harmonies of #2492AD
Complementary color
Monochromatic Colors of #2492AD
Black with #2492AD
Text Example
Text Example
White with #2492AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2492AD; }
p { color: rgb(36,146,173); }
H1.HeaderClassName
{
color: #2492AD;
}
.AnyTagClassName
{
color: #2492AD;
}
</style>
background-color css
<style>
a { background-color: #2492AD; }
a { background-color: rgb(36,146,173); }
div.DivClassName
{
background-color: #2492AD;
}
.BgClassName
{
background-color: #2492AD;
}
</style>
border-color css
<style>
span { border-color: #2492AD; }
span { border-color: rgb(36,146,173); }
td.TdClassName
{
border-color: #2492AD;
}
.TagClassName
{
border-color: #2492AD;
}
</style>