Shades of Pelorous #2492BB
Tints of Pelorous #2492BB
RGB
CMYK
RGB Variations
Color information
#2492BB (or 0x2492BB) is known color: Pelorous. HEX triplet: 24, 92 and BB. RGB value is (36,146,187). Sum of RGB (Red+Green+Blue) = 36+146+187=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #2492BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2492BB is #DB6D44. Grayscale: #757575. Windows color (decimal): -14380357 or 12292644. OLE color: 12292644.
HSL color Cylindrical-coordinate representation of color #2492BB: hue angle of 196.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2492BB is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 146 | 187 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.27 |
| HSL | 196.29º | 0.68% | 0.44% | - |
| HSV(B) | 196.29º | 0.81% | 0.73% | - |
| XYZ | 19.98 | 24.52 | 50.69 | - |
| YUV | 117.78 | 167.06 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 187 | 0.81 | 0.22 | 0 | 0.27 | 196.29 | 0.68 | 0.44 |
| Hex | 24 | 92 | BB | 51 | 16 | 0 | 1B | C4 | 44 | 2C |
| Octal | 44 | 222 | 273 | 121 | 26 | 0 | 33 | 304 | 104 | 54 |
| Binary | 100100 | 10010010 | 10111011 | 1010001 | 10110 | 0 | 11011 | 11000100 | 1000100 | 101100 |
Color Harmonies of #2492BB
Complementary color
Monochromatic Colors of #2492BB
Black with #2492BB
Text Example
Text Example
White with #2492BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2492BB; }
p { color: rgb(36,146,187); }
H1.HeaderClassName
{
color: #2492BB;
}
.AnyTagClassName
{
color: #2492BB;
}
</style>
background-color css
<style>
a { background-color: #2492BB; }
a { background-color: rgb(36,146,187); }
div.DivClassName
{
background-color: #2492BB;
}
.BgClassName
{
background-color: #2492BB;
}
</style>
border-color css
<style>
span { border-color: #2492BB; }
span { border-color: rgb(36,146,187); }
td.TdClassName
{
border-color: #2492BB;
}
.TagClassName
{
border-color: #2492BB;
}
</style>