Shades of Pelorous #278FBF
Tints of Pelorous #278FBF
RGB
CMYK
RGB Variations
Color information
#278FBF (or 0x278FBF) is known color: Pelorous. HEX triplet: 27, 8F and BF. RGB value is (39,143,191). Sum of RGB (Red+Green+Blue) = 39+143+191=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #278FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FBF is #D87040. Grayscale: #757575. Windows color (decimal): -14184513 or 12554023. OLE color: 12554023.
HSL color Cylindrical-coordinate representation of color #278FBF: hue angle of 198.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #278FBF is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 143 | 191 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.25 |
| HSL | 198.95º | 0.66% | 0.45% | - |
| HSV(B) | 198.95º | 0.8% | 0.75% | - |
| XYZ | 20.06 | 23.84 | 52.83 | - |
| YUV | 117.38 | 169.54 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 191 | 0.80 | 0.25 | 0 | 0.25 | 198.95 | 0.66 | 0.45 |
| Hex | 27 | 8F | BF | 50 | 19 | 0 | 19 | C7 | 42 | 2D |
| Octal | 47 | 217 | 277 | 120 | 31 | 0 | 31 | 307 | 102 | 55 |
| Binary | 100111 | 10001111 | 10111111 | 1010000 | 11001 | 0 | 11001 | 11000111 | 1000010 | 101101 |
Color Harmonies of #278FBF
Complementary color
Monochromatic Colors of #278FBF
Black with #278FBF
Text Example
Text Example
White with #278FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FBF; }
p { color: rgb(39,143,191); }
H1.HeaderClassName
{
color: #278FBF;
}
.AnyTagClassName
{
color: #278FBF;
}
</style>
background-color css
<style>
a { background-color: #278FBF; }
a { background-color: rgb(39,143,191); }
div.DivClassName
{
background-color: #278FBF;
}
.BgClassName
{
background-color: #278FBF;
}
</style>
border-color css
<style>
span { border-color: #278FBF; }
span { border-color: rgb(39,143,191); }
td.TdClassName
{
border-color: #278FBF;
}
.TagClassName
{
border-color: #278FBF;
}
</style>