Shades of Pelorous #288EC2
Tints of Pelorous #288EC2
RGB
CMYK
RGB Variations
Color information
#288EC2 (or 0x288EC2) is known color: Pelorous. HEX triplet: 28, 8E and C2. RGB value is (40,142,194). Sum of RGB (Red+Green+Blue) = 40+142+194=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #288EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EC2 is #D7713D. Grayscale: #757575. Windows color (decimal): -14119230 or 12750376. OLE color: 12750376.
HSL color Cylindrical-coordinate representation of color #288EC2: hue angle of 200.26º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288EC2 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 142 | 194 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.24 |
| HSL | 200.26º | 0.66% | 0.46% | - |
| HSV(B) | 200.26º | 0.79% | 0.76% | - |
| XYZ | 20.29 | 23.69 | 54.54 | - |
| YUV | 117.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 194 | 0.79 | 0.27 | 0 | 0.24 | 200.26 | 0.66 | 0.46 |
| Hex | 28 | 8E | C2 | 4F | 1B | 0 | 18 | C8 | 42 | 2E |
| Octal | 50 | 216 | 302 | 117 | 33 | 0 | 30 | 310 | 102 | 56 |
| Binary | 101000 | 10001110 | 11000010 | 1001111 | 11011 | 0 | 11000 | 11001000 | 1000010 | 101110 |
Color Harmonies of #288EC2
Complementary color
Monochromatic Colors of #288EC2
Black with #288EC2
Text Example
Text Example
White with #288EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EC2; }
p { color: rgb(40,142,194); }
H1.HeaderClassName
{
color: #288EC2;
}
.AnyTagClassName
{
color: #288EC2;
}
</style>
background-color css
<style>
a { background-color: #288EC2; }
a { background-color: rgb(40,142,194); }
div.DivClassName
{
background-color: #288EC2;
}
.BgClassName
{
background-color: #288EC2;
}
</style>
border-color css
<style>
span { border-color: #288EC2; }
span { border-color: rgb(40,142,194); }
td.TdClassName
{
border-color: #288EC2;
}
.TagClassName
{
border-color: #288EC2;
}
</style>