Shades of Pelorous #288EC4
Tints of Pelorous #288EC4
RGB
CMYK
RGB Variations
Color information
#288EC4 (or 0x288EC4) is known color: Pelorous. HEX triplet: 28, 8E and C4. RGB value is (40,142,196). Sum of RGB (Red+Green+Blue) = 40+142+196=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #288EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EC4 is #D7713B. Grayscale: #757575. Windows color (decimal): -14119228 or 12881448. OLE color: 12881448.
HSL color Cylindrical-coordinate representation of color #288EC4: hue angle of 200.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288EC4 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 142 | 196 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.23 |
| HSL | 200.77º | 0.66% | 0.46% | - |
| HSV(B) | 200.77º | 0.8% | 0.77% | - |
| XYZ | 20.51 | 23.78 | 55.73 | - |
| YUV | 117.66 | 172.21 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 196 | 0.80 | 0.28 | 0 | 0.23 | 200.77 | 0.66 | 0.46 |
| Hex | 28 | 8E | C4 | 50 | 1C | 0 | 17 | C9 | 42 | 2E |
| Octal | 50 | 216 | 304 | 120 | 34 | 0 | 27 | 311 | 102 | 56 |
| Binary | 101000 | 10001110 | 11000100 | 1010000 | 11100 | 0 | 10111 | 11001001 | 1000010 | 101110 |
Color Harmonies of #288EC4
Complementary color
Monochromatic Colors of #288EC4
Black with #288EC4
Text Example
Text Example
White with #288EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EC4; }
p { color: rgb(40,142,196); }
H1.HeaderClassName
{
color: #288EC4;
}
.AnyTagClassName
{
color: #288EC4;
}
</style>
background-color css
<style>
a { background-color: #288EC4; }
a { background-color: rgb(40,142,196); }
div.DivClassName
{
background-color: #288EC4;
}
.BgClassName
{
background-color: #288EC4;
}
</style>
border-color css
<style>
span { border-color: #288EC4; }
span { border-color: rgb(40,142,196); }
td.TdClassName
{
border-color: #288EC4;
}
.TagClassName
{
border-color: #288EC4;
}
</style>