Shades of Pelorous #279FAC
Tints of Pelorous #279FAC
RGB
CMYK
RGB Variations
Color information
#279FAC (or 0x279FAC) is known color: Pelorous. HEX triplet: 27, 9F and AC. RGB value is (39,159,172). Sum of RGB (Red+Green+Blue) = 39+159+172=370 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.54% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #279FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279FAC is #D86053. Grayscale: #7C7C7C. Windows color (decimal): -14180436 or 11312935. OLE color: 11312935.
HSL color Cylindrical-coordinate representation of color #279FAC: hue angle of 185.86º 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 #279FAC is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 159 | 172 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.33 |
| HSL | 185.86º | 0.63% | 0.41% | - |
| HSV(B) | 185.86º | 0.77% | 0.67% | - |
| XYZ | 20.68 | 28.21 | 43.38 | - |
| YUV | 124.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 172 | 0.77 | 0.08 | 0 | 0.33 | 185.86 | 0.63 | 0.41 |
| Hex | 27 | 9F | AC | 4D | 8 | 0 | 21 | BA | 3F | 29 |
| Octal | 47 | 237 | 254 | 115 | 10 | 0 | 41 | 272 | 77 | 51 |
| Binary | 100111 | 10011111 | 10101100 | 1001101 | 1000 | 0 | 100001 | 10111010 | 111111 | 101001 |
Color Harmonies of #279FAC
Complementary color
Monochromatic Colors of #279FAC
Black with #279FAC
Text Example
Text Example
White with #279FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279FAC; }
p { color: rgb(39,159,172); }
H1.HeaderClassName
{
color: #279FAC;
}
.AnyTagClassName
{
color: #279FAC;
}
</style>
background-color css
<style>
a { background-color: #279FAC; }
a { background-color: rgb(39,159,172); }
div.DivClassName
{
background-color: #279FAC;
}
.BgClassName
{
background-color: #279FAC;
}
</style>
border-color css
<style>
span { border-color: #279FAC; }
span { border-color: rgb(39,159,172); }
td.TdClassName
{
border-color: #279FAC;
}
.TagClassName
{
border-color: #279FAC;
}
</style>