Shades of Pelorous #288ABB
Tints of Pelorous #288ABB
RGB
CMYK
RGB Variations
Color information
#288ABB (or 0x288ABB) is known color: Pelorous. HEX triplet: 28, 8A and BB. RGB value is (40,138,187). Sum of RGB (Red+Green+Blue) = 40+138+187=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #288ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ABB is #D77544. Grayscale: #717171. Windows color (decimal): -14120261 or 12290600. OLE color: 12290600.
HSL color Cylindrical-coordinate representation of color #288ABB: hue angle of 200º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288ABB is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 138 | 187 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.27 |
| HSL | 200º | 0.65% | 0.45% | - |
| HSV(B) | 200º | 0.79% | 0.73% | - |
| XYZ | 18.93 | 22.22 | 50.3 | - |
| YUV | 114.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 187 | 0.79 | 0.26 | 0 | 0.27 | 200 | 0.65 | 0.45 |
| Hex | 28 | 8A | BB | 4F | 1A | 0 | 1B | C8 | 41 | 2D |
| Octal | 50 | 212 | 273 | 117 | 32 | 0 | 33 | 310 | 101 | 55 |
| Binary | 101000 | 10001010 | 10111011 | 1001111 | 11010 | 0 | 11011 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288ABB
Complementary color
Monochromatic Colors of #288ABB
Black with #288ABB
Text Example
Text Example
White with #288ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ABB; }
p { color: rgb(40,138,187); }
H1.HeaderClassName
{
color: #288ABB;
}
.AnyTagClassName
{
color: #288ABB;
}
</style>
background-color css
<style>
a { background-color: #288ABB; }
a { background-color: rgb(40,138,187); }
div.DivClassName
{
background-color: #288ABB;
}
.BgClassName
{
background-color: #288ABB;
}
</style>
border-color css
<style>
span { border-color: #288ABB; }
span { border-color: rgb(40,138,187); }
td.TdClassName
{
border-color: #288ABB;
}
.TagClassName
{
border-color: #288ABB;
}
</style>