Shades of Pelorous #278CBC
Tints of Pelorous #278CBC
RGB
CMYK
RGB Variations
Color information
#278CBC (or 0x278CBC) is known color: Pelorous. HEX triplet: 27, 8C and BC. RGB value is (39,140,188). Sum of RGB (Red+Green+Blue) = 39+140+188=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #278CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278CBC is #D87343. Grayscale: #727272. Windows color (decimal): -14185284 or 12356647. OLE color: 12356647.
HSL color Cylindrical-coordinate representation of color #278CBC: hue angle of 199.33º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #278CBC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 140 | 188 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.26 |
| HSL | 199.33º | 0.66% | 0.45% | - |
| HSV(B) | 199.33º | 0.79% | 0.74% | - |
| XYZ | 19.29 | 22.82 | 50.96 | - |
| YUV | 115.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 188 | 0.79 | 0.26 | 0 | 0.26 | 199.33 | 0.66 | 0.45 |
| Hex | 27 | 8C | BC | 4F | 1A | 0 | 1A | C7 | 42 | 2D |
| Octal | 47 | 214 | 274 | 117 | 32 | 0 | 32 | 307 | 102 | 55 |
| Binary | 100111 | 10001100 | 10111100 | 1001111 | 11010 | 0 | 11010 | 11000111 | 1000010 | 101101 |
Color Harmonies of #278CBC
Complementary color
Monochromatic Colors of #278CBC
Black with #278CBC
Text Example
Text Example
White with #278CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278CBC; }
p { color: rgb(39,140,188); }
H1.HeaderClassName
{
color: #278CBC;
}
.AnyTagClassName
{
color: #278CBC;
}
</style>
background-color css
<style>
a { background-color: #278CBC; }
a { background-color: rgb(39,140,188); }
div.DivClassName
{
background-color: #278CBC;
}
.BgClassName
{
background-color: #278CBC;
}
</style>
border-color css
<style>
span { border-color: #278CBC; }
span { border-color: rgb(39,140,188); }
td.TdClassName
{
border-color: #278CBC;
}
.TagClassName
{
border-color: #278CBC;
}
</style>