Shades of Pelorous #2496AD
Tints of Pelorous #2496AD
RGB
CMYK
RGB Variations
Color information
#2496AD (or 0x2496AD) is known color: Pelorous. HEX triplet: 24, 96 and AD. RGB value is (36,150,173). Sum of RGB (Red+Green+Blue) = 36+150+173=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #2496AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2496AD is #DB6952. Grayscale: #767676. Windows color (decimal): -14379347 or 11376164. OLE color: 11376164.
HSL color Cylindrical-coordinate representation of color #2496AD: hue angle of 190.07º 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 #2496AD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 150 | 173 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.32 |
| HSL | 190.07º | 0.66% | 0.41% | - |
| HSV(B) | 190.07º | 0.79% | 0.68% | - |
| XYZ | 19.18 | 25.2 | 43.39 | - |
| YUV | 118.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 173 | 0.79 | 0.13 | 0 | 0.32 | 190.07 | 0.66 | 0.41 |
| Hex | 24 | 96 | AD | 4F | D | 0 | 20 | BE | 42 | 29 |
| Octal | 44 | 226 | 255 | 117 | 15 | 0 | 40 | 276 | 102 | 51 |
| Binary | 100100 | 10010110 | 10101101 | 1001111 | 1101 | 0 | 100000 | 10111110 | 1000010 | 101001 |
Color Harmonies of #2496AD
Complementary color
Monochromatic Colors of #2496AD
Black with #2496AD
Text Example
Text Example
White with #2496AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2496AD; }
p { color: rgb(36,150,173); }
H1.HeaderClassName
{
color: #2496AD;
}
.AnyTagClassName
{
color: #2496AD;
}
</style>
background-color css
<style>
a { background-color: #2496AD; }
a { background-color: rgb(36,150,173); }
div.DivClassName
{
background-color: #2496AD;
}
.BgClassName
{
background-color: #2496AD;
}
</style>
border-color css
<style>
span { border-color: #2496AD; }
span { border-color: rgb(36,150,173); }
td.TdClassName
{
border-color: #2496AD;
}
.TagClassName
{
border-color: #2496AD;
}
</style>