Shades of Pelorous #288CB4
Tints of Pelorous #288CB4
RGB
CMYK
RGB Variations
Color information
#288CB4 (or 0x288CB4) is known color: Pelorous. HEX triplet: 28, 8C and B4. RGB value is (40,140,180). Sum of RGB (Red+Green+Blue) = 40+140+180=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #288CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CB4 is #D7734B. Grayscale: #727272. Windows color (decimal): -14119756 or 11832360. OLE color: 11832360.
HSL color Cylindrical-coordinate representation of color #288CB4: hue angle of 197.14º 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 #288CB4 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 140 | 180 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.29 |
| HSL | 197.14º | 0.64% | 0.43% | - |
| HSV(B) | 197.14º | 0.78% | 0.71% | - |
| XYZ | 18.49 | 22.5 | 46.55 | - |
| YUV | 114.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 180 | 0.78 | 0.22 | 0 | 0.29 | 197.14 | 0.64 | 0.43 |
| Hex | 28 | 8C | B4 | 4E | 16 | 0 | 1D | C5 | 40 | 2B |
| Octal | 50 | 214 | 264 | 116 | 26 | 0 | 35 | 305 | 100 | 53 |
| Binary | 101000 | 10001100 | 10110100 | 1001110 | 10110 | 0 | 11101 | 11000101 | 1000000 | 101011 |
Color Harmonies of #288CB4
Complementary color
Monochromatic Colors of #288CB4
Black with #288CB4
Text Example
Text Example
White with #288CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CB4; }
p { color: rgb(40,140,180); }
H1.HeaderClassName
{
color: #288CB4;
}
.AnyTagClassName
{
color: #288CB4;
}
</style>
background-color css
<style>
a { background-color: #288CB4; }
a { background-color: rgb(40,140,180); }
div.DivClassName
{
background-color: #288CB4;
}
.BgClassName
{
background-color: #288CB4;
}
</style>
border-color css
<style>
span { border-color: #288CB4; }
span { border-color: rgb(40,140,180); }
td.TdClassName
{
border-color: #288CB4;
}
.TagClassName
{
border-color: #288CB4;
}
</style>