Shades of Pelorous #288CBC
Tints of Pelorous #288CBC
RGB
CMYK
RGB Variations
Color information
#288CBC (or 0x288CBC) is known color: Pelorous. HEX triplet: 28, 8C and BC. RGB value is (40,140,188). Sum of RGB (Red+Green+Blue) = 40+140+188=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #288CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBC is #D77343. Grayscale: #737373. Windows color (decimal): -14119748 or 12356648. OLE color: 12356648.
HSL color Cylindrical-coordinate representation of color #288CBC: hue angle of 199.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288CBC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 140 | 188 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.26 |
| HSL | 199.46º | 0.65% | 0.45% | - |
| HSV(B) | 199.46º | 0.79% | 0.74% | - |
| XYZ | 19.33 | 22.84 | 50.97 | - |
| YUV | 115.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 188 | 0.79 | 0.26 | 0 | 0.26 | 199.46 | 0.65 | 0.45 |
| Hex | 28 | 8C | BC | 4F | 1A | 0 | 1A | C7 | 41 | 2D |
| Octal | 50 | 214 | 274 | 117 | 32 | 0 | 32 | 307 | 101 | 55 |
| Binary | 101000 | 10001100 | 10111100 | 1001111 | 11010 | 0 | 11010 | 11000111 | 1000001 | 101101 |
Color Harmonies of #288CBC
Complementary color
Monochromatic Colors of #288CBC
Black with #288CBC
Text Example
Text Example
White with #288CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CBC; }
p { color: rgb(40,140,188); }
H1.HeaderClassName
{
color: #288CBC;
}
.AnyTagClassName
{
color: #288CBC;
}
</style>
background-color css
<style>
a { background-color: #288CBC; }
a { background-color: rgb(40,140,188); }
div.DivClassName
{
background-color: #288CBC;
}
.BgClassName
{
background-color: #288CBC;
}
</style>
border-color css
<style>
span { border-color: #288CBC; }
span { border-color: rgb(40,140,188); }
td.TdClassName
{
border-color: #288CBC;
}
.TagClassName
{
border-color: #288CBC;
}
</style>