Shades of Pelorous #288CBF
Tints of Pelorous #288CBF
RGB
CMYK
RGB Variations
Color information
#288CBF (or 0x288CBF) is known color: Pelorous. HEX triplet: 28, 8C and BF. RGB value is (40,140,191). Sum of RGB (Red+Green+Blue) = 40+140+191=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #288CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBF is #D77340. Grayscale: #737373. Windows color (decimal): -14119745 or 12553256. OLE color: 12553256.
HSL color Cylindrical-coordinate representation of color #288CBF: hue angle of 200.26º 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 #288CBF is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 140 | 191 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.25 |
| HSL | 200.26º | 0.65% | 0.45% | - |
| HSV(B) | 200.26º | 0.79% | 0.75% | - |
| XYZ | 19.66 | 22.97 | 52.69 | - |
| YUV | 115.91 | 170.37 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 191 | 0.79 | 0.27 | 0 | 0.25 | 200.26 | 0.65 | 0.45 |
| Hex | 28 | 8C | BF | 4F | 1B | 0 | 19 | C8 | 41 | 2D |
| Octal | 50 | 214 | 277 | 117 | 33 | 0 | 31 | 310 | 101 | 55 |
| Binary | 101000 | 10001100 | 10111111 | 1001111 | 11011 | 0 | 11001 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288CBF
Complementary color
Monochromatic Colors of #288CBF
Black with #288CBF
Text Example
Text Example
White with #288CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CBF; }
p { color: rgb(40,140,191); }
H1.HeaderClassName
{
color: #288CBF;
}
.AnyTagClassName
{
color: #288CBF;
}
</style>
background-color css
<style>
a { background-color: #288CBF; }
a { background-color: rgb(40,140,191); }
div.DivClassName
{
background-color: #288CBF;
}
.BgClassName
{
background-color: #288CBF;
}
</style>
border-color css
<style>
span { border-color: #288CBF; }
span { border-color: rgb(40,140,191); }
td.TdClassName
{
border-color: #288CBF;
}
.TagClassName
{
border-color: #288CBF;
}
</style>