Shades of Pelorous #288BB5
Tints of Pelorous #288BB5
RGB
CMYK
RGB Variations
Color information
#288BB5 (or 0x288BB5) is known color: Pelorous. HEX triplet: 28, 8B and B5. RGB value is (40,139,181). Sum of RGB (Red+Green+Blue) = 40+139+181=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #288BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BB5 is #D7744A. Grayscale: #717171. Windows color (decimal): -14120011 or 11897640. OLE color: 11897640.
HSL color Cylindrical-coordinate representation of color #288BB5: hue angle of 197.87º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288BB5 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 139 | 181 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.29 |
| HSL | 197.87º | 0.64% | 0.43% | - |
| HSV(B) | 197.87º | 0.78% | 0.71% | - |
| XYZ | 18.45 | 22.25 | 47.04 | - |
| YUV | 114.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 181 | 0.78 | 0.23 | 0 | 0.29 | 197.87 | 0.64 | 0.43 |
| Hex | 28 | 8B | B5 | 4E | 17 | 0 | 1D | C6 | 40 | 2B |
| Octal | 50 | 213 | 265 | 116 | 27 | 0 | 35 | 306 | 100 | 53 |
| Binary | 101000 | 10001011 | 10110101 | 1001110 | 10111 | 0 | 11101 | 11000110 | 1000000 | 101011 |
Color Harmonies of #288BB5
Complementary color
Monochromatic Colors of #288BB5
Black with #288BB5
Text Example
Text Example
White with #288BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BB5; }
p { color: rgb(40,139,181); }
H1.HeaderClassName
{
color: #288BB5;
}
.AnyTagClassName
{
color: #288BB5;
}
</style>
background-color css
<style>
a { background-color: #288BB5; }
a { background-color: rgb(40,139,181); }
div.DivClassName
{
background-color: #288BB5;
}
.BgClassName
{
background-color: #288BB5;
}
</style>
border-color css
<style>
span { border-color: #288BB5; }
span { border-color: rgb(40,139,181); }
td.TdClassName
{
border-color: #288BB5;
}
.TagClassName
{
border-color: #288BB5;
}
</style>