Shades of Pelorous #278BAE
Tints of Pelorous #278BAE
RGB
CMYK
RGB Variations
Color information
#278BAE (or 0x278BAE) is known color: Pelorous. HEX triplet: 27, 8B and AE. RGB value is (39,139,174). Sum of RGB (Red+Green+Blue) = 39+139+174=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #278BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278BAE is #D87451. Grayscale: #707070. Windows color (decimal): -14185554 or 11438887. OLE color: 11438887.
HSL color Cylindrical-coordinate representation of color #278BAE: hue angle of 195.56º 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 #278BAE is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 139 | 174 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.32 |
| HSL | 195.56º | 0.63% | 0.42% | - |
| HSV(B) | 195.56º | 0.78% | 0.68% | - |
| XYZ | 17.71 | 21.95 | 43.35 | - |
| YUV | 113.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 174 | 0.78 | 0.20 | 0 | 0.32 | 195.56 | 0.63 | 0.42 |
| Hex | 27 | 8B | AE | 4E | 14 | 0 | 20 | C4 | 3F | 2A |
| Octal | 47 | 213 | 256 | 116 | 24 | 0 | 40 | 304 | 77 | 52 |
| Binary | 100111 | 10001011 | 10101110 | 1001110 | 10100 | 0 | 100000 | 11000100 | 111111 | 101010 |
Color Harmonies of #278BAE
Complementary color
Monochromatic Colors of #278BAE
Black with #278BAE
Text Example
Text Example
White with #278BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278BAE; }
p { color: rgb(39,139,174); }
H1.HeaderClassName
{
color: #278BAE;
}
.AnyTagClassName
{
color: #278BAE;
}
</style>
background-color css
<style>
a { background-color: #278BAE; }
a { background-color: rgb(39,139,174); }
div.DivClassName
{
background-color: #278BAE;
}
.BgClassName
{
background-color: #278BAE;
}
</style>
border-color css
<style>
span { border-color: #278BAE; }
span { border-color: rgb(39,139,174); }
td.TdClassName
{
border-color: #278BAE;
}
.TagClassName
{
border-color: #278BAE;
}
</style>