Shades of Pelorous #278FAB
Tints of Pelorous #278FAB
RGB
CMYK
RGB Variations
Color information
#278FAB (or 0x278FAB) is known color: Pelorous. HEX triplet: 27, 8F and AB. RGB value is (39,143,171). Sum of RGB (Red+Green+Blue) = 39+143+171=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #278FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278FAB is #D87054. Grayscale: #727272. Windows color (decimal): -14184533 or 11243303. OLE color: 11243303.
HSL color Cylindrical-coordinate representation of color #278FAB: hue angle of 192.73º 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 #278FAB is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 143 | 171 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.33 |
| HSL | 192.73º | 0.63% | 0.41% | - |
| HSV(B) | 192.73º | 0.77% | 0.67% | - |
| XYZ | 18.01 | 23.02 | 42.02 | - |
| YUV | 115.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 171 | 0.77 | 0.16 | 0 | 0.33 | 192.73 | 0.63 | 0.41 |
| Hex | 27 | 8F | AB | 4D | 10 | 0 | 21 | C1 | 3F | 29 |
| Octal | 47 | 217 | 253 | 115 | 20 | 0 | 41 | 301 | 77 | 51 |
| Binary | 100111 | 10001111 | 10101011 | 1001101 | 10000 | 0 | 100001 | 11000001 | 111111 | 101001 |
Color Harmonies of #278FAB
Complementary color
Monochromatic Colors of #278FAB
Black with #278FAB
Text Example
Text Example
White with #278FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FAB; }
p { color: rgb(39,143,171); }
H1.HeaderClassName
{
color: #278FAB;
}
.AnyTagClassName
{
color: #278FAB;
}
</style>
background-color css
<style>
a { background-color: #278FAB; }
a { background-color: rgb(39,143,171); }
div.DivClassName
{
background-color: #278FAB;
}
.BgClassName
{
background-color: #278FAB;
}
</style>
border-color css
<style>
span { border-color: #278FAB; }
span { border-color: rgb(39,143,171); }
td.TdClassName
{
border-color: #278FAB;
}
.TagClassName
{
border-color: #278FAB;
}
</style>