Shades of Pelorous #278DB6
Tints of Pelorous #278DB6
RGB
CMYK
RGB Variations
Color information
#278DB6 (or 0x278DB6) is known color: Pelorous. HEX triplet: 27, 8D and B6. RGB value is (39,141,182). Sum of RGB (Red+Green+Blue) = 39+141+182=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #278DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278DB6 is #D87249. Grayscale: #727272. Windows color (decimal): -14185034 or 11963687. OLE color: 11963687.
HSL color Cylindrical-coordinate representation of color #278DB6: hue angle of 197.2º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #278DB6 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 141 | 182 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.29 |
| HSL | 197.2º | 0.65% | 0.43% | - |
| HSV(B) | 197.2º | 0.79% | 0.71% | - |
| XYZ | 18.81 | 22.86 | 47.68 | - |
| YUV | 115.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 141 | 182 | 0.79 | 0.23 | 0 | 0.29 | 197.2 | 0.65 | 0.43 |
| Hex | 27 | 8D | B6 | 4F | 17 | 0 | 1D | C5 | 41 | 2B |
| Octal | 47 | 215 | 266 | 117 | 27 | 0 | 35 | 305 | 101 | 53 |
| Binary | 100111 | 10001101 | 10110110 | 1001111 | 10111 | 0 | 11101 | 11000101 | 1000001 | 101011 |
Color Harmonies of #278DB6
Complementary color
Monochromatic Colors of #278DB6
Black with #278DB6
Text Example
Text Example
White with #278DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278DB6; }
p { color: rgb(39,141,182); }
H1.HeaderClassName
{
color: #278DB6;
}
.AnyTagClassName
{
color: #278DB6;
}
</style>
background-color css
<style>
a { background-color: #278DB6; }
a { background-color: rgb(39,141,182); }
div.DivClassName
{
background-color: #278DB6;
}
.BgClassName
{
background-color: #278DB6;
}
</style>
border-color css
<style>
span { border-color: #278DB6; }
span { border-color: rgb(39,141,182); }
td.TdClassName
{
border-color: #278DB6;
}
.TagClassName
{
border-color: #278DB6;
}
</style>