Shades of Pelorous #2794AD
Tints of Pelorous #2794AD
RGB
CMYK
RGB Variations
Color information
#2794AD (or 0x2794AD) is known color: Pelorous. HEX triplet: 27, 94 and AD. RGB value is (39,148,173). Sum of RGB (Red+Green+Blue) = 39+148+173=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 148 (58.20% from 255 or 41.11% 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 #2794AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2794AD is #D86B52. Grayscale: #767676. Windows color (decimal): -14183251 or 11375655. OLE color: 11375655.
HSL color Cylindrical-coordinate representation of color #2794AD: hue angle of 191.19º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2794AD is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 148 | 173 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.32 |
| HSL | 191.19º | 0.63% | 0.42% | - |
| HSV(B) | 191.19º | 0.77% | 0.68% | - |
| XYZ | 18.97 | 24.63 | 43.29 | - |
| YUV | 118.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 173 | 0.77 | 0.14 | 0 | 0.32 | 191.19 | 0.63 | 0.42 |
| Hex | 27 | 94 | AD | 4D | E | 0 | 20 | BF | 3F | 2A |
| Octal | 47 | 224 | 255 | 115 | 16 | 0 | 40 | 277 | 77 | 52 |
| Binary | 100111 | 10010100 | 10101101 | 1001101 | 1110 | 0 | 100000 | 10111111 | 111111 | 101010 |
Color Harmonies of #2794AD
Complementary color
Monochromatic Colors of #2794AD
Black with #2794AD
Text Example
Text Example
White with #2794AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2794AD; }
p { color: rgb(39,148,173); }
H1.HeaderClassName
{
color: #2794AD;
}
.AnyTagClassName
{
color: #2794AD;
}
</style>
background-color css
<style>
a { background-color: #2794AD; }
a { background-color: rgb(39,148,173); }
div.DivClassName
{
background-color: #2794AD;
}
.BgClassName
{
background-color: #2794AD;
}
</style>
border-color css
<style>
span { border-color: #2794AD; }
span { border-color: rgb(39,148,173); }
td.TdClassName
{
border-color: #2794AD;
}
.TagClassName
{
border-color: #2794AD;
}
</style>