Shades of Pelorous #2E8DAF
Tints of Pelorous #2E8DAF
RGB
CMYK
RGB Variations
Color information
#2E8DAF (or 0x2E8DAF) is known color: Pelorous. HEX triplet: 2E, 8D and AF. RGB value is (46,141,175). Sum of RGB (Red+Green+Blue) = 46+141+175=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E8DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8DAF is #D17250. Grayscale: #747474. Windows color (decimal): -13726289 or 11504942. OLE color: 11504942.
HSL color Cylindrical-coordinate representation of color #2E8DAF: hue angle of 195.81º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E8DAF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 141 | 175 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.31 |
| HSL | 195.81º | 0.58% | 0.43% | - |
| HSV(B) | 195.81º | 0.74% | 0.69% | - |
| XYZ | 18.39 | 22.73 | 43.97 | - |
| YUV | 116.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 175 | 0.74 | 0.19 | 0 | 0.31 | 195.81 | 0.58 | 0.43 |
| Hex | 2E | 8D | AF | 4A | 13 | 0 | 1F | C4 | 3A | 2B |
| Octal | 56 | 215 | 257 | 112 | 23 | 0 | 37 | 304 | 72 | 53 |
| Binary | 101110 | 10001101 | 10101111 | 1001010 | 10011 | 0 | 11111 | 11000100 | 111010 | 101011 |
Color Harmonies of #2E8DAF
Complementary color
Monochromatic Colors of #2E8DAF
Black with #2E8DAF
Text Example
Text Example
White with #2E8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8DAF; }
p { color: rgb(46,141,175); }
H1.HeaderClassName
{
color: #2E8DAF;
}
.AnyTagClassName
{
color: #2E8DAF;
}
</style>
background-color css
<style>
a { background-color: #2E8DAF; }
a { background-color: rgb(46,141,175); }
div.DivClassName
{
background-color: #2E8DAF;
}
.BgClassName
{
background-color: #2E8DAF;
}
</style>
border-color css
<style>
span { border-color: #2E8DAF; }
span { border-color: rgb(46,141,175); }
td.TdClassName
{
border-color: #2E8DAF;
}
.TagClassName
{
border-color: #2E8DAF;
}
</style>