Shades of Pelorous #288BBD
Tints of Pelorous #288BBD
RGB
CMYK
RGB Variations
Color information
#288BBD (or 0x288BBD) is known color: Pelorous. HEX triplet: 28, 8B and BD. RGB value is (40,139,189). Sum of RGB (Red+Green+Blue) = 40+139+189=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #288BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BBD is #D77442. Grayscale: #727272. Windows color (decimal): -14120003 or 12421928. OLE color: 12421928.
HSL color Cylindrical-coordinate representation of color #288BBD: hue angle of 200.13º 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 #288BBD is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 139 | 189 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.26 |
| HSL | 200.13º | 0.65% | 0.45% | - |
| HSV(B) | 200.13º | 0.79% | 0.74% | - |
| XYZ | 19.29 | 22.59 | 51.49 | - |
| YUV | 115.1 | 169.7 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 189 | 0.79 | 0.26 | 0 | 0.26 | 200.13 | 0.65 | 0.45 |
| Hex | 28 | 8B | BD | 4F | 1A | 0 | 1A | C8 | 41 | 2D |
| Octal | 50 | 213 | 275 | 117 | 32 | 0 | 32 | 310 | 101 | 55 |
| Binary | 101000 | 10001011 | 10111101 | 1001111 | 11010 | 0 | 11010 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288BBD
Complementary color
Monochromatic Colors of #288BBD
Black with #288BBD
Text Example
Text Example
White with #288BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BBD; }
p { color: rgb(40,139,189); }
H1.HeaderClassName
{
color: #288BBD;
}
.AnyTagClassName
{
color: #288BBD;
}
</style>
background-color css
<style>
a { background-color: #288BBD; }
a { background-color: rgb(40,139,189); }
div.DivClassName
{
background-color: #288BBD;
}
.BgClassName
{
background-color: #288BBD;
}
</style>
border-color css
<style>
span { border-color: #288BBD; }
span { border-color: rgb(40,139,189); }
td.TdClassName
{
border-color: #288BBD;
}
.TagClassName
{
border-color: #288BBD;
}
</style>