Shades of Pelorous #279ABB
Tints of Pelorous #279ABB
RGB
CMYK
RGB Variations
Color information
#279ABB (or 0x279ABB) is known color: Pelorous. HEX triplet: 27, 9A and BB. RGB value is (39,154,187). Sum of RGB (Red+Green+Blue) = 39+154+187=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #279ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279ABB is #D86544. Grayscale: #7B7B7B. Windows color (decimal): -14181701 or 12294695. OLE color: 12294695.
HSL color Cylindrical-coordinate representation of color #279ABB: hue angle of 193.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #279ABB is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 154 | 187 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.27 |
| HSL | 193.38º | 0.65% | 0.44% | - |
| HSV(B) | 193.38º | 0.79% | 0.73% | - |
| XYZ | 21.36 | 27.13 | 51.12 | - |
| YUV | 123.38 | 163.9 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 154 | 187 | 0.79 | 0.18 | 0 | 0.27 | 193.38 | 0.65 | 0.44 |
| Hex | 27 | 9A | BB | 4F | 12 | 0 | 1B | C1 | 41 | 2C |
| Octal | 47 | 232 | 273 | 117 | 22 | 0 | 33 | 301 | 101 | 54 |
| Binary | 100111 | 10011010 | 10111011 | 1001111 | 10010 | 0 | 11011 | 11000001 | 1000001 | 101100 |
Color Harmonies of #279ABB
Complementary color
Monochromatic Colors of #279ABB
Black with #279ABB
Text Example
Text Example
White with #279ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279ABB; }
p { color: rgb(39,154,187); }
H1.HeaderClassName
{
color: #279ABB;
}
.AnyTagClassName
{
color: #279ABB;
}
</style>
background-color css
<style>
a { background-color: #279ABB; }
a { background-color: rgb(39,154,187); }
div.DivClassName
{
background-color: #279ABB;
}
.BgClassName
{
background-color: #279ABB;
}
</style>
border-color css
<style>
span { border-color: #279ABB; }
span { border-color: rgb(39,154,187); }
td.TdClassName
{
border-color: #279ABB;
}
.TagClassName
{
border-color: #279ABB;
}
</style>