Shades of Pelorous #279AAE
Tints of Pelorous #279AAE
RGB
CMYK
RGB Variations
Color information
#279AAE (or 0x279AAE) is known color: Pelorous. HEX triplet: 27, 9A and AE. RGB value is (39,154,174). Sum of RGB (Red+Green+Blue) = 39+154+174=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #279AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279AAE is #D86551. Grayscale: #797979. Windows color (decimal): -14181714 or 11442727. OLE color: 11442727.
HSL color Cylindrical-coordinate representation of color #279AAE: hue angle of 188.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #279AAE is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 154 | 174 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.32 |
| HSL | 188.89º | 0.63% | 0.42% | - |
| HSV(B) | 188.89º | 0.78% | 0.68% | - |
| XYZ | 20.03 | 26.6 | 44.12 | - |
| YUV | 121.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 174 | 0.78 | 0.11 | 0 | 0.32 | 188.89 | 0.63 | 0.42 |
| Hex | 27 | 9A | AE | 4E | B | 0 | 20 | BD | 3F | 2A |
| Octal | 47 | 232 | 256 | 116 | 13 | 0 | 40 | 275 | 77 | 52 |
| Binary | 100111 | 10011010 | 10101110 | 1001110 | 1011 | 0 | 100000 | 10111101 | 111111 | 101010 |
Color Harmonies of #279AAE
Complementary color
Monochromatic Colors of #279AAE
Black with #279AAE
Text Example
Text Example
White with #279AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279AAE; }
p { color: rgb(39,154,174); }
H1.HeaderClassName
{
color: #279AAE;
}
.AnyTagClassName
{
color: #279AAE;
}
</style>
background-color css
<style>
a { background-color: #279AAE; }
a { background-color: rgb(39,154,174); }
div.DivClassName
{
background-color: #279AAE;
}
.BgClassName
{
background-color: #279AAE;
}
</style>
border-color css
<style>
span { border-color: #279AAE; }
span { border-color: rgb(39,154,174); }
td.TdClassName
{
border-color: #279AAE;
}
.TagClassName
{
border-color: #279AAE;
}
</style>