Shades of Pelorous #288BBC
Tints of Pelorous #288BBC
RGB
CMYK
RGB Variations
Color information
#288BBC (or 0x288BBC) is known color: Pelorous. HEX triplet: 28, 8B and BC. RGB value is (40,139,188). Sum of RGB (Red+Green+Blue) = 40+139+188=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 139 (54.69% from 255 or 37.87% 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 #288BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BBC is #D77443. Grayscale: #727272. Windows color (decimal): -14120004 or 12356392. OLE color: 12356392.
HSL color Cylindrical-coordinate representation of color #288BBC: hue angle of 199.86º degrees, saturation: 0.65, 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 #288BBC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 139 | 188 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.26 |
| HSL | 199.86º | 0.65% | 0.45% | - |
| HSV(B) | 199.86º | 0.79% | 0.74% | - |
| XYZ | 19.18 | 22.55 | 50.92 | - |
| YUV | 114.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 188 | 0.79 | 0.26 | 0 | 0.26 | 199.86 | 0.65 | 0.45 |
| Hex | 28 | 8B | BC | 4F | 1A | 0 | 1A | C8 | 41 | 2D |
| Octal | 50 | 213 | 274 | 117 | 32 | 0 | 32 | 310 | 101 | 55 |
| Binary | 101000 | 10001011 | 10111100 | 1001111 | 11010 | 0 | 11010 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288BBC
Complementary color
Monochromatic Colors of #288BBC
Black with #288BBC
Text Example
Text Example
White with #288BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BBC; }
p { color: rgb(40,139,188); }
H1.HeaderClassName
{
color: #288BBC;
}
.AnyTagClassName
{
color: #288BBC;
}
</style>
background-color css
<style>
a { background-color: #288BBC; }
a { background-color: rgb(40,139,188); }
div.DivClassName
{
background-color: #288BBC;
}
.BgClassName
{
background-color: #288BBC;
}
</style>
border-color css
<style>
span { border-color: #288BBC; }
span { border-color: rgb(40,139,188); }
td.TdClassName
{
border-color: #288BBC;
}
.TagClassName
{
border-color: #288BBC;
}
</style>