Shades of Pelorous #279FBC
Tints of Pelorous #279FBC
RGB
CMYK
RGB Variations
Color information
#279FBC (or 0x279FBC) is known color: Pelorous. HEX triplet: 27, 9F and BC. RGB value is (39,159,188). Sum of RGB (Red+Green+Blue) = 39+159+188=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #279FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279FBC is #D86043. Grayscale: #7E7E7E. Windows color (decimal): -14180420 or 12361511. OLE color: 12361511.
HSL color Cylindrical-coordinate representation of color #279FBC: hue angle of 191.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279FBC is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 159 | 188 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.26 |
| HSL | 191.68º | 0.66% | 0.45% | - |
| HSV(B) | 191.68º | 0.79% | 0.74% | - |
| XYZ | 22.31 | 28.86 | 51.97 | - |
| YUV | 126.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 188 | 0.79 | 0.15 | 0 | 0.26 | 191.68 | 0.66 | 0.45 |
| Hex | 27 | 9F | BC | 4F | F | 0 | 1A | C0 | 42 | 2D |
| Octal | 47 | 237 | 274 | 117 | 17 | 0 | 32 | 300 | 102 | 55 |
| Binary | 100111 | 10011111 | 10111100 | 1001111 | 1111 | 0 | 11010 | 11000000 | 1000010 | 101101 |
Color Harmonies of #279FBC
Complementary color
Monochromatic Colors of #279FBC
Black with #279FBC
Text Example
Text Example
White with #279FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279FBC; }
p { color: rgb(39,159,188); }
H1.HeaderClassName
{
color: #279FBC;
}
.AnyTagClassName
{
color: #279FBC;
}
</style>
background-color css
<style>
a { background-color: #279FBC; }
a { background-color: rgb(39,159,188); }
div.DivClassName
{
background-color: #279FBC;
}
.BgClassName
{
background-color: #279FBC;
}
</style>
border-color css
<style>
span { border-color: #279FBC; }
span { border-color: rgb(39,159,188); }
td.TdClassName
{
border-color: #279FBC;
}
.TagClassName
{
border-color: #279FBC;
}
</style>