Shades of Pelorous #2486AD
Tints of Pelorous #2486AD
RGB
CMYK
RGB Variations
Color information
#2486AD (or 0x2486AD) is known color: Pelorous. HEX triplet: 24, 86 and AD. RGB value is (36,134,173). Sum of RGB (Red+Green+Blue) = 36+134+173=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #2486AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2486AD is #DB7952. Grayscale: #6C6C6C. Windows color (decimal): -14383443 or 11372068. OLE color: 11372068.
HSL color Cylindrical-coordinate representation of color #2486AD: hue angle of 197.08º 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 #2486AD is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 134 | 173 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.32 |
| HSL | 197.08º | 0.66% | 0.41% | - |
| HSV(B) | 197.08º | 0.79% | 0.68% | - |
| XYZ | 16.8 | 20.44 | 42.6 | - |
| YUV | 109.14 | 164.03 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 173 | 0.79 | 0.23 | 0 | 0.32 | 197.08 | 0.66 | 0.41 |
| Hex | 24 | 86 | AD | 4F | 17 | 0 | 20 | C5 | 42 | 29 |
| Octal | 44 | 206 | 255 | 117 | 27 | 0 | 40 | 305 | 102 | 51 |
| Binary | 100100 | 10000110 | 10101101 | 1001111 | 10111 | 0 | 100000 | 11000101 | 1000010 | 101001 |
Color Harmonies of #2486AD
Complementary color
Monochromatic Colors of #2486AD
Black with #2486AD
Text Example
Text Example
White with #2486AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486AD; }
p { color: rgb(36,134,173); }
H1.HeaderClassName
{
color: #2486AD;
}
.AnyTagClassName
{
color: #2486AD;
}
</style>
background-color css
<style>
a { background-color: #2486AD; }
a { background-color: rgb(36,134,173); }
div.DivClassName
{
background-color: #2486AD;
}
.BgClassName
{
background-color: #2486AD;
}
</style>
border-color css
<style>
span { border-color: #2486AD; }
span { border-color: rgb(36,134,173); }
td.TdClassName
{
border-color: #2486AD;
}
.TagClassName
{
border-color: #2486AD;
}
</style>