Shades of Pelorous #278DAD
Tints of Pelorous #278DAD
RGB
CMYK
RGB Variations
Color information
#278DAD (or 0x278DAD) is known color: Pelorous. HEX triplet: 27, 8D and AD. RGB value is (39,141,173). Sum of RGB (Red+Green+Blue) = 39+141+173=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #278DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278DAD is #D87252. Grayscale: #717171. Windows color (decimal): -14185043 or 11373863. OLE color: 11373863.
HSL color Cylindrical-coordinate representation of color #278DAD: hue angle of 194.33º 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 #278DAD is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 141 | 173 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.32 |
| HSL | 194.33º | 0.63% | 0.42% | - |
| HSV(B) | 194.33º | 0.77% | 0.68% | - |
| XYZ | 17.9 | 22.5 | 42.93 | - |
| YUV | 114.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 173 | 0.77 | 0.18 | 0 | 0.32 | 194.33 | 0.63 | 0.42 |
| Hex | 27 | 8D | AD | 4D | 12 | 0 | 20 | C2 | 3F | 2A |
| Octal | 47 | 215 | 255 | 115 | 22 | 0 | 40 | 302 | 77 | 52 |
| Binary | 100111 | 10001101 | 10101101 | 1001101 | 10010 | 0 | 100000 | 11000010 | 111111 | 101010 |
Color Harmonies of #278DAD
Complementary color
Monochromatic Colors of #278DAD
Black with #278DAD
Text Example
Text Example
White with #278DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DAD; }
p { color: rgb(39,141,173); }
H1.HeaderClassName
{
color: #278DAD;
}
.AnyTagClassName
{
color: #278DAD;
}
</style>
background-color css
<style>
a { background-color: #278DAD; }
a { background-color: rgb(39,141,173); }
div.DivClassName
{
background-color: #278DAD;
}
.BgClassName
{
background-color: #278DAD;
}
</style>
border-color css
<style>
span { border-color: #278DAD; }
span { border-color: rgb(39,141,173); }
td.TdClassName
{
border-color: #278DAD;
}
.TagClassName
{
border-color: #278DAD;
}
</style>