Shades of Pelorous #278DAE
Tints of Pelorous #278DAE
RGB
CMYK
RGB Variations
Color information
#278DAE (or 0x278DAE) is known color: Pelorous. HEX triplet: 27, 8D and AE. RGB value is (39,141,174). Sum of RGB (Red+Green+Blue) = 39+141+174=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #278DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278DAE is #D87251. Grayscale: #727272. Windows color (decimal): -14185042 or 11439399. OLE color: 11439399.
HSL color Cylindrical-coordinate representation of color #278DAE: hue angle of 194.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #278DAE is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 141 | 174 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.32 |
| HSL | 194.67º | 0.63% | 0.42% | - |
| HSV(B) | 194.67º | 0.78% | 0.68% | - |
| XYZ | 18 | 22.54 | 43.45 | - |
| YUV | 114.26 | 161.71 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 174 | 0.78 | 0.19 | 0 | 0.32 | 194.67 | 0.63 | 0.42 |
| Hex | 27 | 8D | AE | 4E | 13 | 0 | 20 | C3 | 3F | 2A |
| Octal | 47 | 215 | 256 | 116 | 23 | 0 | 40 | 303 | 77 | 52 |
| Binary | 100111 | 10001101 | 10101110 | 1001110 | 10011 | 0 | 100000 | 11000011 | 111111 | 101010 |
Color Harmonies of #278DAE
Complementary color
Monochromatic Colors of #278DAE
Black with #278DAE
Text Example
Text Example
White with #278DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DAE; }
p { color: rgb(39,141,174); }
H1.HeaderClassName
{
color: #278DAE;
}
.AnyTagClassName
{
color: #278DAE;
}
</style>
background-color css
<style>
a { background-color: #278DAE; }
a { background-color: rgb(39,141,174); }
div.DivClassName
{
background-color: #278DAE;
}
.BgClassName
{
background-color: #278DAE;
}
</style>
border-color css
<style>
span { border-color: #278DAE; }
span { border-color: rgb(39,141,174); }
td.TdClassName
{
border-color: #278DAE;
}
.TagClassName
{
border-color: #278DAE;
}
</style>