Shades of Pelorous #279FAA
Tints of Pelorous #279FAA
RGB
CMYK
RGB Variations
Color information
#279FAA (or 0x279FAA) is known color: Pelorous. HEX triplet: 27, 9F and AA. RGB value is (39,159,170). Sum of RGB (Red+Green+Blue) = 39+159+170=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #279FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279FAA is #D86055. Grayscale: #7C7C7C. Windows color (decimal): -14180438 or 11181863. OLE color: 11181863.
HSL color Cylindrical-coordinate representation of color #279FAA: hue angle of 185.04º 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 #279FAA is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 159 | 170 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.33 |
| HSL | 185.04º | 0.63% | 0.41% | - |
| HSV(B) | 185.04º | 0.77% | 0.67% | - |
| XYZ | 20.49 | 28.13 | 42.38 | - |
| YUV | 124.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 159 | 170 | 0.77 | 0.06 | 0 | 0.33 | 185.04 | 0.63 | 0.41 |
| Hex | 27 | 9F | AA | 4D | 6 | 0 | 21 | B9 | 3F | 29 |
| Octal | 47 | 237 | 252 | 115 | 6 | 0 | 41 | 271 | 77 | 51 |
| Binary | 100111 | 10011111 | 10101010 | 1001101 | 110 | 0 | 100001 | 10111001 | 111111 | 101001 |
Color Harmonies of #279FAA
Complementary color
Monochromatic Colors of #279FAA
Black with #279FAA
Text Example
Text Example
White with #279FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279FAA; }
p { color: rgb(39,159,170); }
H1.HeaderClassName
{
color: #279FAA;
}
.AnyTagClassName
{
color: #279FAA;
}
</style>
background-color css
<style>
a { background-color: #279FAA; }
a { background-color: rgb(39,159,170); }
div.DivClassName
{
background-color: #279FAA;
}
.BgClassName
{
background-color: #279FAA;
}
</style>
border-color css
<style>
span { border-color: #279FAA; }
span { border-color: rgb(39,159,170); }
td.TdClassName
{
border-color: #279FAA;
}
.TagClassName
{
border-color: #279FAA;
}
</style>