Shades of Pelorous #288CBD
Tints of Pelorous #288CBD
RGB
CMYK
RGB Variations
Color information
#288CBD (or 0x288CBD) is known color: Pelorous. HEX triplet: 28, 8C and BD. RGB value is (40,140,189). Sum of RGB (Red+Green+Blue) = 40+140+189=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #288CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBD is #D77342. Grayscale: #737373. Windows color (decimal): -14119747 or 12422184. OLE color: 12422184.
HSL color Cylindrical-coordinate representation of color #288CBD: hue angle of 199.73º 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 #288CBD is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 140 | 189 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.26 |
| HSL | 199.73º | 0.65% | 0.45% | - |
| HSV(B) | 199.73º | 0.79% | 0.74% | - |
| XYZ | 19.44 | 22.88 | 51.54 | - |
| YUV | 115.69 | 169.37 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 189 | 0.79 | 0.26 | 0 | 0.26 | 199.73 | 0.65 | 0.45 |
| Hex | 28 | 8C | BD | 4F | 1A | 0 | 1A | C8 | 41 | 2D |
| Octal | 50 | 214 | 275 | 117 | 32 | 0 | 32 | 310 | 101 | 55 |
| Binary | 101000 | 10001100 | 10111101 | 1001111 | 11010 | 0 | 11010 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288CBD
Complementary color
Monochromatic Colors of #288CBD
Black with #288CBD
Text Example
Text Example
White with #288CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CBD; }
p { color: rgb(40,140,189); }
H1.HeaderClassName
{
color: #288CBD;
}
.AnyTagClassName
{
color: #288CBD;
}
</style>
background-color css
<style>
a { background-color: #288CBD; }
a { background-color: rgb(40,140,189); }
div.DivClassName
{
background-color: #288CBD;
}
.BgClassName
{
background-color: #288CBD;
}
</style>
border-color css
<style>
span { border-color: #288CBD; }
span { border-color: rgb(40,140,189); }
td.TdClassName
{
border-color: #288CBD;
}
.TagClassName
{
border-color: #288CBD;
}
</style>