Shades of Pelorous #279DAC
Tints of Pelorous #279DAC
RGB
CMYK
RGB Variations
Color information
#279DAC (or 0x279DAC) is known color: Pelorous. HEX triplet: 27, 9D and AC. RGB value is (39,157,172). Sum of RGB (Red+Green+Blue) = 39+157+172=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #279DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279DAC is #D86253. Grayscale: #7B7B7B. Windows color (decimal): -14180948 or 11312423. OLE color: 11312423.
HSL color Cylindrical-coordinate representation of color #279DAC: hue angle of 186.77º 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 #279DAC is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 157 | 172 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.33 |
| HSL | 186.77º | 0.63% | 0.41% | - |
| HSV(B) | 186.77º | 0.77% | 0.67% | - |
| XYZ | 20.34 | 27.52 | 43.27 | - |
| YUV | 123.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 172 | 0.77 | 0.09 | 0 | 0.33 | 186.77 | 0.63 | 0.41 |
| Hex | 27 | 9D | AC | 4D | 9 | 0 | 21 | BB | 3F | 29 |
| Octal | 47 | 235 | 254 | 115 | 11 | 0 | 41 | 273 | 77 | 51 |
| Binary | 100111 | 10011101 | 10101100 | 1001101 | 1001 | 0 | 100001 | 10111011 | 111111 | 101001 |
Color Harmonies of #279DAC
Complementary color
Monochromatic Colors of #279DAC
Black with #279DAC
Text Example
Text Example
White with #279DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279DAC; }
p { color: rgb(39,157,172); }
H1.HeaderClassName
{
color: #279DAC;
}
.AnyTagClassName
{
color: #279DAC;
}
</style>
background-color css
<style>
a { background-color: #279DAC; }
a { background-color: rgb(39,157,172); }
div.DivClassName
{
background-color: #279DAC;
}
.BgClassName
{
background-color: #279DAC;
}
</style>
border-color css
<style>
span { border-color: #279DAC; }
span { border-color: rgb(39,157,172); }
td.TdClassName
{
border-color: #279DAC;
}
.TagClassName
{
border-color: #279DAC;
}
</style>