Shades of Pelorous #2987AF
Tints of Pelorous #2987AF
RGB
CMYK
RGB Variations
Color information
#2987AF (or 0x2987AF) is known color: Pelorous. HEX triplet: 29, 87 and AF. RGB value is (41,135,175). Sum of RGB (Red+Green+Blue) = 41+135+175=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #2987AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2987AF is #D67850. Grayscale: #6F6F6F. Windows color (decimal): -14055505 or 11503401. OLE color: 11503401.
HSL color Cylindrical-coordinate representation of color #2987AF: hue angle of 197.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2987AF is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 135 | 175 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.31 |
| HSL | 197.91º | 0.62% | 0.42% | - |
| HSV(B) | 197.91º | 0.77% | 0.69% | - |
| XYZ | 17.32 | 20.89 | 43.68 | - |
| YUV | 111.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 175 | 0.77 | 0.23 | 0 | 0.31 | 197.91 | 0.62 | 0.42 |
| Hex | 29 | 87 | AF | 4D | 17 | 0 | 1F | C6 | 3E | 2A |
| Octal | 51 | 207 | 257 | 115 | 27 | 0 | 37 | 306 | 76 | 52 |
| Binary | 101001 | 10000111 | 10101111 | 1001101 | 10111 | 0 | 11111 | 11000110 | 111110 | 101010 |
Color Harmonies of #2987AF
Complementary color
Monochromatic Colors of #2987AF
Black with #2987AF
Text Example
Text Example
White with #2987AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2987AF; }
p { color: rgb(41,135,175); }
H1.HeaderClassName
{
color: #2987AF;
}
.AnyTagClassName
{
color: #2987AF;
}
</style>
background-color css
<style>
a { background-color: #2987AF; }
a { background-color: rgb(41,135,175); }
div.DivClassName
{
background-color: #2987AF;
}
.BgClassName
{
background-color: #2987AF;
}
</style>
border-color css
<style>
span { border-color: #2987AF; }
span { border-color: rgb(41,135,175); }
td.TdClassName
{
border-color: #2987AF;
}
.TagClassName
{
border-color: #2987AF;
}
</style>