Shades of Pelorous #2497AD
Tints of Pelorous #2497AD
RGB
CMYK
RGB Variations
Color information
#2497AD (or 0x2497AD) is known color: Pelorous. HEX triplet: 24, 97 and AD. RGB value is (36,151,173). Sum of RGB (Red+Green+Blue) = 36+151+173=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #2497AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2497AD is #DB6852. Grayscale: #767676. Windows color (decimal): -14379091 or 11376420. OLE color: 11376420.
HSL color Cylindrical-coordinate representation of color #2497AD: hue angle of 189.64º 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 #2497AD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 151 | 173 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.32 |
| HSL | 189.64º | 0.66% | 0.41% | - |
| HSV(B) | 189.64º | 0.79% | 0.68% | - |
| XYZ | 19.34 | 25.53 | 43.44 | - |
| YUV | 119.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 173 | 0.79 | 0.13 | 0 | 0.32 | 189.64 | 0.66 | 0.41 |
| Hex | 24 | 97 | AD | 4F | D | 0 | 20 | BE | 42 | 29 |
| Octal | 44 | 227 | 255 | 117 | 15 | 0 | 40 | 276 | 102 | 51 |
| Binary | 100100 | 10010111 | 10101101 | 1001111 | 1101 | 0 | 100000 | 10111110 | 1000010 | 101001 |
Color Harmonies of #2497AD
Complementary color
Monochromatic Colors of #2497AD
Black with #2497AD
Text Example
Text Example
White with #2497AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2497AD; }
p { color: rgb(36,151,173); }
H1.HeaderClassName
{
color: #2497AD;
}
.AnyTagClassName
{
color: #2497AD;
}
</style>
background-color css
<style>
a { background-color: #2497AD; }
a { background-color: rgb(36,151,173); }
div.DivClassName
{
background-color: #2497AD;
}
.BgClassName
{
background-color: #2497AD;
}
</style>
border-color css
<style>
span { border-color: #2497AD; }
span { border-color: rgb(36,151,173); }
td.TdClassName
{
border-color: #2497AD;
}
.TagClassName
{
border-color: #2497AD;
}
</style>