Shades of Pelorous #278AB8
Tints of Pelorous #278AB8
RGB
CMYK
RGB Variations
Color information
#278AB8 (or 0x278AB8) is known color: Pelorous. HEX triplet: 27, 8A and B8. RGB value is (39,138,184). Sum of RGB (Red+Green+Blue) = 39+138+184=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #278AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278AB8 is #D87547. Grayscale: #717171. Windows color (decimal): -14185800 or 12093991. OLE color: 12093991.
HSL color Cylindrical-coordinate representation of color #278AB8: hue angle of 199.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #278AB8 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 138 | 184 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.28 |
| HSL | 199.03º | 0.65% | 0.44% | - |
| HSV(B) | 199.03º | 0.79% | 0.72% | - |
| XYZ | 18.58 | 22.07 | 48.63 | - |
| YUV | 113.64 | 167.7 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 184 | 0.79 | 0.25 | 0 | 0.28 | 199.03 | 0.65 | 0.44 |
| Hex | 27 | 8A | B8 | 4F | 19 | 0 | 1C | C7 | 41 | 2C |
| Octal | 47 | 212 | 270 | 117 | 31 | 0 | 34 | 307 | 101 | 54 |
| Binary | 100111 | 10001010 | 10111000 | 1001111 | 11001 | 0 | 11100 | 11000111 | 1000001 | 101100 |
Color Harmonies of #278AB8
Complementary color
Monochromatic Colors of #278AB8
Black with #278AB8
Text Example
Text Example
White with #278AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278AB8; }
p { color: rgb(39,138,184); }
H1.HeaderClassName
{
color: #278AB8;
}
.AnyTagClassName
{
color: #278AB8;
}
</style>
background-color css
<style>
a { background-color: #278AB8; }
a { background-color: rgb(39,138,184); }
div.DivClassName
{
background-color: #278AB8;
}
.BgClassName
{
background-color: #278AB8;
}
</style>
border-color css
<style>
span { border-color: #278AB8; }
span { border-color: rgb(39,138,184); }
td.TdClassName
{
border-color: #278AB8;
}
.TagClassName
{
border-color: #278AB8;
}
</style>