Shades of Pelorous #279AAB
Tints of Pelorous #279AAB
RGB
CMYK
RGB Variations
Color information
#279AAB (or 0x279AAB) is known color: Pelorous. HEX triplet: 27, 9A and AB. RGB value is (39,154,171). Sum of RGB (Red+Green+Blue) = 39+154+171=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #279AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279AAB is #D86554. Grayscale: #797979. Windows color (decimal): -14181717 or 11246119. OLE color: 11246119.
HSL color Cylindrical-coordinate representation of color #279AAB: hue angle of 187.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279AAB is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 154 | 171 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.33 |
| HSL | 187.73º | 0.63% | 0.41% | - |
| HSV(B) | 187.73º | 0.77% | 0.67% | - |
| XYZ | 19.74 | 26.48 | 42.6 | - |
| YUV | 121.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 171 | 0.77 | 0.10 | 0 | 0.33 | 187.73 | 0.63 | 0.41 |
| Hex | 27 | 9A | AB | 4D | A | 0 | 21 | BC | 3F | 29 |
| Octal | 47 | 232 | 253 | 115 | 12 | 0 | 41 | 274 | 77 | 51 |
| Binary | 100111 | 10011010 | 10101011 | 1001101 | 1010 | 0 | 100001 | 10111100 | 111111 | 101001 |
Color Harmonies of #279AAB
Complementary color
Monochromatic Colors of #279AAB
Black with #279AAB
Text Example
Text Example
White with #279AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279AAB; }
p { color: rgb(39,154,171); }
H1.HeaderClassName
{
color: #279AAB;
}
.AnyTagClassName
{
color: #279AAB;
}
</style>
background-color css
<style>
a { background-color: #279AAB; }
a { background-color: rgb(39,154,171); }
div.DivClassName
{
background-color: #279AAB;
}
.BgClassName
{
background-color: #279AAB;
}
</style>
border-color css
<style>
span { border-color: #279AAB; }
span { border-color: rgb(39,154,171); }
td.TdClassName
{
border-color: #279AAB;
}
.TagClassName
{
border-color: #279AAB;
}
</style>