Shades of Pelorous #279FAB
Tints of Pelorous #279FAB
RGB
CMYK
RGB Variations
Color information
#279FAB (or 0x279FAB) is known color: Pelorous. HEX triplet: 27, 9F and AB. RGB value is (39,159,171). Sum of RGB (Red+Green+Blue) = 39+159+171=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #279FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279FAB is #D86054. Grayscale: #7C7C7C. Windows color (decimal): -14180437 or 11247399. OLE color: 11247399.
HSL color Cylindrical-coordinate representation of color #279FAB: hue angle of 185.45º 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 #279FAB is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 159 | 171 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.33 |
| HSL | 185.45º | 0.63% | 0.41% | - |
| HSV(B) | 185.45º | 0.77% | 0.67% | - |
| XYZ | 20.59 | 28.17 | 42.88 | - |
| YUV | 124.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 171 | 0.77 | 0.07 | 0 | 0.33 | 185.45 | 0.63 | 0.41 |
| Hex | 27 | 9F | AB | 4D | 7 | 0 | 21 | B9 | 3F | 29 |
| Octal | 47 | 237 | 253 | 115 | 7 | 0 | 41 | 271 | 77 | 51 |
| Binary | 100111 | 10011111 | 10101011 | 1001101 | 111 | 0 | 100001 | 10111001 | 111111 | 101001 |
Color Harmonies of #279FAB
Complementary color
Monochromatic Colors of #279FAB
Black with #279FAB
Text Example
Text Example
White with #279FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279FAB; }
p { color: rgb(39,159,171); }
H1.HeaderClassName
{
color: #279FAB;
}
.AnyTagClassName
{
color: #279FAB;
}
</style>
background-color css
<style>
a { background-color: #279FAB; }
a { background-color: rgb(39,159,171); }
div.DivClassName
{
background-color: #279FAB;
}
.BgClassName
{
background-color: #279FAB;
}
</style>
border-color css
<style>
span { border-color: #279FAB; }
span { border-color: rgb(39,159,171); }
td.TdClassName
{
border-color: #279FAB;
}
.TagClassName
{
border-color: #279FAB;
}
</style>