Shades of Pelorous #279BAD
Tints of Pelorous #279BAD
RGB
CMYK
RGB Variations
Color information
#279BAD (or 0x279BAD) is known color: Pelorous. HEX triplet: 27, 9B and AD. RGB value is (39,155,173). Sum of RGB (Red+Green+Blue) = 39+155+173=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #279BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279BAD is #D86452. Grayscale: #7A7A7A. Windows color (decimal): -14181459 or 11377447. OLE color: 11377447.
HSL color Cylindrical-coordinate representation of color #279BAD: hue angle of 188.06º 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 #279BAD is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 155 | 173 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.32 |
| HSL | 188.06º | 0.63% | 0.42% | - |
| HSV(B) | 188.06º | 0.77% | 0.68% | - |
| XYZ | 20.1 | 26.89 | 43.67 | - |
| YUV | 122.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 173 | 0.77 | 0.10 | 0 | 0.32 | 188.06 | 0.63 | 0.42 |
| Hex | 27 | 9B | AD | 4D | A | 0 | 20 | BC | 3F | 2A |
| Octal | 47 | 233 | 255 | 115 | 12 | 0 | 40 | 274 | 77 | 52 |
| Binary | 100111 | 10011011 | 10101101 | 1001101 | 1010 | 0 | 100000 | 10111100 | 111111 | 101010 |
Color Harmonies of #279BAD
Complementary color
Monochromatic Colors of #279BAD
Black with #279BAD
Text Example
Text Example
White with #279BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BAD; }
p { color: rgb(39,155,173); }
H1.HeaderClassName
{
color: #279BAD;
}
.AnyTagClassName
{
color: #279BAD;
}
</style>
background-color css
<style>
a { background-color: #279BAD; }
a { background-color: rgb(39,155,173); }
div.DivClassName
{
background-color: #279BAD;
}
.BgClassName
{
background-color: #279BAD;
}
</style>
border-color css
<style>
span { border-color: #279BAD; }
span { border-color: rgb(39,155,173); }
td.TdClassName
{
border-color: #279BAD;
}
.TagClassName
{
border-color: #279BAD;
}
</style>