Shades of Pelorous #288AB4
Tints of Pelorous #288AB4
RGB
CMYK
RGB Variations
Color information
#288AB4 (or 0x288AB4) is known color: Pelorous. HEX triplet: 28, 8A and B4. RGB value is (40,138,180). Sum of RGB (Red+Green+Blue) = 40+138+180=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #288AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288AB4 is #D7754B. Grayscale: #717171. Windows color (decimal): -14120268 or 11831848. OLE color: 11831848.
HSL color Cylindrical-coordinate representation of color #288AB4: hue angle of 198º 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 #288AB4 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 138 | 180 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.29 |
| HSL | 198º | 0.64% | 0.43% | - |
| HSV(B) | 198º | 0.78% | 0.71% | - |
| XYZ | 18.2 | 21.92 | 46.45 | - |
| YUV | 113.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 180 | 0.78 | 0.23 | 0 | 0.29 | 198 | 0.64 | 0.43 |
| Hex | 28 | 8A | B4 | 4E | 17 | 0 | 1D | C6 | 40 | 2B |
| Octal | 50 | 212 | 264 | 116 | 27 | 0 | 35 | 306 | 100 | 53 |
| Binary | 101000 | 10001010 | 10110100 | 1001110 | 10111 | 0 | 11101 | 11000110 | 1000000 | 101011 |
Color Harmonies of #288AB4
Complementary color
Monochromatic Colors of #288AB4
Black with #288AB4
Text Example
Text Example
White with #288AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AB4; }
p { color: rgb(40,138,180); }
H1.HeaderClassName
{
color: #288AB4;
}
.AnyTagClassName
{
color: #288AB4;
}
</style>
background-color css
<style>
a { background-color: #288AB4; }
a { background-color: rgb(40,138,180); }
div.DivClassName
{
background-color: #288AB4;
}
.BgClassName
{
background-color: #288AB4;
}
</style>
border-color css
<style>
span { border-color: #288AB4; }
span { border-color: rgb(40,138,180); }
td.TdClassName
{
border-color: #288AB4;
}
.TagClassName
{
border-color: #288AB4;
}
</style>