Shades of Pelorous #2496A4
Tints of Pelorous #2496A4
RGB
CMYK
RGB Variations
Color information
#2496A4 (or 0x2496A4) is known color: Pelorous. HEX triplet: 24, 96 and A4. RGB value is (36,150,164). Sum of RGB (Red+Green+Blue) = 36+150+164=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #2496A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2496A4 is #DB695B. Grayscale: #757575. Windows color (decimal): -14379356 or 10786340. OLE color: 10786340.
HSL color Cylindrical-coordinate representation of color #2496A4: hue angle of 186.56º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2496A4 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 150 | 164 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.36 |
| HSL | 186.56º | 0.64% | 0.39% | - |
| HSV(B) | 186.56º | 0.78% | 0.64% | - |
| XYZ | 18.33 | 24.87 | 38.96 | - |
| YUV | 117.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 164 | 0.78 | 0.09 | 0 | 0.36 | 186.56 | 0.64 | 0.39 |
| Hex | 24 | 96 | A4 | 4E | 9 | 0 | 24 | BB | 40 | 27 |
| Octal | 44 | 226 | 244 | 116 | 11 | 0 | 44 | 273 | 100 | 47 |
| Binary | 100100 | 10010110 | 10100100 | 1001110 | 1001 | 0 | 100100 | 10111011 | 1000000 | 100111 |
Color Harmonies of #2496A4
Complementary color
Monochromatic Colors of #2496A4
Black with #2496A4
Text Example
Text Example
White with #2496A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2496A4; }
p { color: rgb(36,150,164); }
H1.HeaderClassName
{
color: #2496A4;
}
.AnyTagClassName
{
color: #2496A4;
}
</style>
background-color css
<style>
a { background-color: #2496A4; }
a { background-color: rgb(36,150,164); }
div.DivClassName
{
background-color: #2496A4;
}
.BgClassName
{
background-color: #2496A4;
}
</style>
border-color css
<style>
span { border-color: #2496A4; }
span { border-color: rgb(36,150,164); }
td.TdClassName
{
border-color: #2496A4;
}
.TagClassName
{
border-color: #2496A4;
}
</style>