Shades of Pelorous #288CB0
Tints of Pelorous #288CB0
RGB
CMYK
RGB Variations
Color information
#288CB0 (or 0x288CB0) is known color: Pelorous. HEX triplet: 28, 8C and B0. RGB value is (40,140,176). Sum of RGB (Red+Green+Blue) = 40+140+176=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #288CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CB0 is #D7734F. Grayscale: #717171. Windows color (decimal): -14119760 or 11570216. OLE color: 11570216.
HSL color Cylindrical-coordinate representation of color #288CB0: hue angle of 195.88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288CB0 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 140 | 176 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.31 |
| HSL | 195.88º | 0.63% | 0.42% | - |
| HSV(B) | 195.88º | 0.77% | 0.69% | - |
| XYZ | 18.09 | 22.34 | 44.43 | - |
| YUV | 114.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 176 | 0.77 | 0.20 | 0 | 0.31 | 195.88 | 0.63 | 0.42 |
| Hex | 28 | 8C | B0 | 4D | 14 | 0 | 1F | C4 | 3F | 2A |
| Octal | 50 | 214 | 260 | 115 | 24 | 0 | 37 | 304 | 77 | 52 |
| Binary | 101000 | 10001100 | 10110000 | 1001101 | 10100 | 0 | 11111 | 11000100 | 111111 | 101010 |
Color Harmonies of #288CB0
Complementary color
Monochromatic Colors of #288CB0
Black with #288CB0
Text Example
Text Example
White with #288CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CB0; }
p { color: rgb(40,140,176); }
H1.HeaderClassName
{
color: #288CB0;
}
.AnyTagClassName
{
color: #288CB0;
}
</style>
background-color css
<style>
a { background-color: #288CB0; }
a { background-color: rgb(40,140,176); }
div.DivClassName
{
background-color: #288CB0;
}
.BgClassName
{
background-color: #288CB0;
}
</style>
border-color css
<style>
span { border-color: #288CB0; }
span { border-color: rgb(40,140,176); }
td.TdClassName
{
border-color: #288CB0;
}
.TagClassName
{
border-color: #288CB0;
}
</style>