Shades of Pelorous #288FBE
Tints of Pelorous #288FBE
RGB
CMYK
RGB Variations
Color information
#288FBE (or 0x288FBE) is known color: Pelorous. HEX triplet: 28, 8F and BE. RGB value is (40,143,190). Sum of RGB (Red+Green+Blue) = 40+143+190=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #288FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FBE is #D77041. Grayscale: #757575. Windows color (decimal): -14118978 or 12488488. OLE color: 12488488.
HSL color Cylindrical-coordinate representation of color #288FBE: hue angle of 198.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288FBE is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 143 | 190 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.25 |
| HSL | 198.8º | 0.65% | 0.45% | - |
| HSV(B) | 198.8º | 0.79% | 0.75% | - |
| XYZ | 19.99 | 23.81 | 52.26 | - |
| YUV | 117.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 190 | 0.79 | 0.25 | 0 | 0.25 | 198.8 | 0.65 | 0.45 |
| Hex | 28 | 8F | BE | 4F | 19 | 0 | 19 | C7 | 41 | 2D |
| Octal | 50 | 217 | 276 | 117 | 31 | 0 | 31 | 307 | 101 | 55 |
| Binary | 101000 | 10001111 | 10111110 | 1001111 | 11001 | 0 | 11001 | 11000111 | 1000001 | 101101 |
Color Harmonies of #288FBE
Complementary color
Monochromatic Colors of #288FBE
Black with #288FBE
Text Example
Text Example
White with #288FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FBE; }
p { color: rgb(40,143,190); }
H1.HeaderClassName
{
color: #288FBE;
}
.AnyTagClassName
{
color: #288FBE;
}
</style>
background-color css
<style>
a { background-color: #288FBE; }
a { background-color: rgb(40,143,190); }
div.DivClassName
{
background-color: #288FBE;
}
.BgClassName
{
background-color: #288FBE;
}
</style>
border-color css
<style>
span { border-color: #288FBE; }
span { border-color: rgb(40,143,190); }
td.TdClassName
{
border-color: #288FBE;
}
.TagClassName
{
border-color: #288FBE;
}
</style>