Shades of Pelorous #288EB0
Tints of Pelorous #288EB0
RGB
CMYK
RGB Variations
Color information
#288EB0 (or 0x288EB0) is known color: Pelorous. HEX triplet: 28, 8E and B0. RGB value is (40,142,176). Sum of RGB (Red+Green+Blue) = 40+142+176=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #288EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EB0 is #D7714F. Grayscale: #737373. Windows color (decimal): -14119248 or 11570728. OLE color: 11570728.
HSL color Cylindrical-coordinate representation of color #288EB0: hue angle of 195º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288EB0 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 142 | 176 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.31 |
| HSL | 195º | 0.63% | 0.42% | - |
| HSV(B) | 195º | 0.77% | 0.69% | - |
| XYZ | 18.38 | 22.93 | 44.53 | - |
| YUV | 115.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 176 | 0.77 | 0.19 | 0 | 0.31 | 195 | 0.63 | 0.42 |
| Hex | 28 | 8E | B0 | 4D | 13 | 0 | 1F | C3 | 3F | 2A |
| Octal | 50 | 216 | 260 | 115 | 23 | 0 | 37 | 303 | 77 | 52 |
| Binary | 101000 | 10001110 | 10110000 | 1001101 | 10011 | 0 | 11111 | 11000011 | 111111 | 101010 |
Color Harmonies of #288EB0
Complementary color
Monochromatic Colors of #288EB0
Black with #288EB0
Text Example
Text Example
White with #288EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EB0; }
p { color: rgb(40,142,176); }
H1.HeaderClassName
{
color: #288EB0;
}
.AnyTagClassName
{
color: #288EB0;
}
</style>
background-color css
<style>
a { background-color: #288EB0; }
a { background-color: rgb(40,142,176); }
div.DivClassName
{
background-color: #288EB0;
}
.BgClassName
{
background-color: #288EB0;
}
</style>
border-color css
<style>
span { border-color: #288EB0; }
span { border-color: rgb(40,142,176); }
td.TdClassName
{
border-color: #288EB0;
}
.TagClassName
{
border-color: #288EB0;
}
</style>