Shades of Pelorous #278DB8
Tints of Pelorous #278DB8
RGB
CMYK
RGB Variations
Color information
#278DB8 (or 0x278DB8) is known color: Pelorous. HEX triplet: 27, 8D and B8. RGB value is (39,141,184). Sum of RGB (Red+Green+Blue) = 39+141+184=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #278DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278DB8 is #D87247. Grayscale: #737373. Windows color (decimal): -14185032 or 12094759. OLE color: 12094759.
HSL color Cylindrical-coordinate representation of color #278DB8: hue angle of 197.79º 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 #278DB8 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 141 | 184 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.28 |
| HSL | 197.79º | 0.65% | 0.44% | - |
| HSV(B) | 197.79º | 0.79% | 0.72% | - |
| XYZ | 19.01 | 22.94 | 48.77 | - |
| YUV | 115.4 | 166.71 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 184 | 0.79 | 0.23 | 0 | 0.28 | 197.79 | 0.65 | 0.44 |
| Hex | 27 | 8D | B8 | 4F | 17 | 0 | 1C | C6 | 41 | 2C |
| Octal | 47 | 215 | 270 | 117 | 27 | 0 | 34 | 306 | 101 | 54 |
| Binary | 100111 | 10001101 | 10111000 | 1001111 | 10111 | 0 | 11100 | 11000110 | 1000001 | 101100 |
Color Harmonies of #278DB8
Complementary color
Monochromatic Colors of #278DB8
Black with #278DB8
Text Example
Text Example
White with #278DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DB8; }
p { color: rgb(39,141,184); }
H1.HeaderClassName
{
color: #278DB8;
}
.AnyTagClassName
{
color: #278DB8;
}
</style>
background-color css
<style>
a { background-color: #278DB8; }
a { background-color: rgb(39,141,184); }
div.DivClassName
{
background-color: #278DB8;
}
.BgClassName
{
background-color: #278DB8;
}
</style>
border-color css
<style>
span { border-color: #278DB8; }
span { border-color: rgb(39,141,184); }
td.TdClassName
{
border-color: #278DB8;
}
.TagClassName
{
border-color: #278DB8;
}
</style>