Shades of Pelorous #288FAC
Tints of Pelorous #288FAC
RGB
CMYK
RGB Variations
Color information
#288FAC (or 0x288FAC) is known color: Pelorous. HEX triplet: 28, 8F and AC. RGB value is (40,143,172). Sum of RGB (Red+Green+Blue) = 40+143+172=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #288FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FAC is #D77053. Grayscale: #737373. Windows color (decimal): -14118996 or 11308840. OLE color: 11308840.
HSL color Cylindrical-coordinate representation of color #288FAC: hue angle of 193.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288FAC is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 143 | 172 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.33 |
| HSL | 193.18º | 0.62% | 0.42% | - |
| HSV(B) | 193.18º | 0.77% | 0.67% | - |
| XYZ | 18.14 | 23.07 | 42.53 | - |
| YUV | 115.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 172 | 0.77 | 0.17 | 0 | 0.33 | 193.18 | 0.62 | 0.42 |
| Hex | 28 | 8F | AC | 4D | 11 | 0 | 21 | C1 | 3E | 2A |
| Octal | 50 | 217 | 254 | 115 | 21 | 0 | 41 | 301 | 76 | 52 |
| Binary | 101000 | 10001111 | 10101100 | 1001101 | 10001 | 0 | 100001 | 11000001 | 111110 | 101010 |
Color Harmonies of #288FAC
Complementary color
Monochromatic Colors of #288FAC
Black with #288FAC
Text Example
Text Example
White with #288FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FAC; }
p { color: rgb(40,143,172); }
H1.HeaderClassName
{
color: #288FAC;
}
.AnyTagClassName
{
color: #288FAC;
}
</style>
background-color css
<style>
a { background-color: #288FAC; }
a { background-color: rgb(40,143,172); }
div.DivClassName
{
background-color: #288FAC;
}
.BgClassName
{
background-color: #288FAC;
}
</style>
border-color css
<style>
span { border-color: #288FAC; }
span { border-color: rgb(40,143,172); }
td.TdClassName
{
border-color: #288FAC;
}
.TagClassName
{
border-color: #288FAC;
}
</style>