Shades of Pelorous #279BA8
Tints of Pelorous #279BA8
RGB
CMYK
RGB Variations
Color information
#279BA8 (or 0x279BA8) is known color: Pelorous. HEX triplet: 27, 9B and A8. RGB value is (39,155,168). Sum of RGB (Red+Green+Blue) = 39+155+168=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #279BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279BA8 is #D86457. Grayscale: #797979. Windows color (decimal): -14181464 or 11049767. OLE color: 11049767.
HSL color Cylindrical-coordinate representation of color #279BA8: hue angle of 186.05º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279BA8 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 155 | 168 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.34 |
| HSL | 186.05º | 0.62% | 0.41% | - |
| HSV(B) | 186.05º | 0.77% | 0.66% | - |
| XYZ | 19.63 | 26.7 | 41.17 | - |
| YUV | 121.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 168 | 0.77 | 0.08 | 0 | 0.34 | 186.05 | 0.62 | 0.41 |
| Hex | 27 | 9B | A8 | 4D | 8 | 0 | 22 | BA | 3E | 29 |
| Octal | 47 | 233 | 250 | 115 | 10 | 0 | 42 | 272 | 76 | 51 |
| Binary | 100111 | 10011011 | 10101000 | 1001101 | 1000 | 0 | 100010 | 10111010 | 111110 | 101001 |
Color Harmonies of #279BA8
Complementary color
Monochromatic Colors of #279BA8
Black with #279BA8
Text Example
Text Example
White with #279BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BA8; }
p { color: rgb(39,155,168); }
H1.HeaderClassName
{
color: #279BA8;
}
.AnyTagClassName
{
color: #279BA8;
}
</style>
background-color css
<style>
a { background-color: #279BA8; }
a { background-color: rgb(39,155,168); }
div.DivClassName
{
background-color: #279BA8;
}
.BgClassName
{
background-color: #279BA8;
}
</style>
border-color css
<style>
span { border-color: #279BA8; }
span { border-color: rgb(39,155,168); }
td.TdClassName
{
border-color: #279BA8;
}
.TagClassName
{
border-color: #279BA8;
}
</style>