Shades of Pelorous #279DAD
Tints of Pelorous #279DAD
RGB
CMYK
RGB Variations
Color information
#279DAD (or 0x279DAD) is known color: Pelorous. HEX triplet: 27, 9D and AD. RGB value is (39,157,173). Sum of RGB (Red+Green+Blue) = 39+157+173=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #279DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279DAD is #D86252. Grayscale: #7B7B7B. Windows color (decimal): -14180947 or 11377959. OLE color: 11377959.
HSL color Cylindrical-coordinate representation of color #279DAD: hue angle of 187.16º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #279DAD is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 157 | 173 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.32 |
| HSL | 187.16º | 0.63% | 0.42% | - |
| HSV(B) | 187.16º | 0.77% | 0.68% | - |
| XYZ | 20.44 | 27.56 | 43.78 | - |
| YUV | 123.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 157 | 173 | 0.77 | 0.09 | 0 | 0.32 | 187.16 | 0.63 | 0.42 |
| Hex | 27 | 9D | AD | 4D | 9 | 0 | 20 | BB | 3F | 2A |
| Octal | 47 | 235 | 255 | 115 | 11 | 0 | 40 | 273 | 77 | 52 |
| Binary | 100111 | 10011101 | 10101101 | 1001101 | 1001 | 0 | 100000 | 10111011 | 111111 | 101010 |
Color Harmonies of #279DAD
Complementary color
Monochromatic Colors of #279DAD
Black with #279DAD
Text Example
Text Example
White with #279DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279DAD; }
p { color: rgb(39,157,173); }
H1.HeaderClassName
{
color: #279DAD;
}
.AnyTagClassName
{
color: #279DAD;
}
</style>
background-color css
<style>
a { background-color: #279DAD; }
a { background-color: rgb(39,157,173); }
div.DivClassName
{
background-color: #279DAD;
}
.BgClassName
{
background-color: #279DAD;
}
</style>
border-color css
<style>
span { border-color: #279DAD; }
span { border-color: rgb(39,157,173); }
td.TdClassName
{
border-color: #279DAD;
}
.TagClassName
{
border-color: #279DAD;
}
</style>