Shades of Pelorous #288CAF
Tints of Pelorous #288CAF
RGB
CMYK
RGB Variations
Color information
#288CAF (or 0x288CAF) is known color: Pelorous. HEX triplet: 28, 8C and AF. RGB value is (40,140,175). Sum of RGB (Red+Green+Blue) = 40+140+175=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #288CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CAF is #D77350. Grayscale: #717171. Windows color (decimal): -14119761 or 11504680. OLE color: 11504680.
HSL color Cylindrical-coordinate representation of color #288CAF: hue angle of 195.56º 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 #288CAF is Cyan = 0.77, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 140 | 175 | - |
| CMYK | 0.77 | 0.2 | 0 | 0.31 |
| HSL | 195.56º | 0.63% | 0.42% | - |
| HSV(B) | 195.56º | 0.77% | 0.69% | - |
| XYZ | 17.99 | 22.3 | 43.91 | - |
| YUV | 114.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 175 | 0.77 | 0.2 | 0 | 0.31 | 195.56 | 0.63 | 0.42 |
| Hex | 28 | 8C | AF | 4D | 14 | 0 | 1F | C4 | 3F | 2A |
| Octal | 50 | 214 | 257 | 115 | 24 | 0 | 37 | 304 | 77 | 52 |
| Binary | 101000 | 10001100 | 10101111 | 1001101 | 10100 | 0 | 11111 | 11000100 | 111111 | 101010 |
Color Harmonies of #288CAF
Complementary color
Monochromatic Colors of #288CAF
Black with #288CAF
Text Example
Text Example
White with #288CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CAF; }
p { color: rgb(40,140,175); }
H1.HeaderClassName
{
color: #288CAF;
}
.AnyTagClassName
{
color: #288CAF;
}
</style>
background-color css
<style>
a { background-color: #288CAF; }
a { background-color: rgb(40,140,175); }
div.DivClassName
{
background-color: #288CAF;
}
.BgClassName
{
background-color: #288CAF;
}
</style>
border-color css
<style>
span { border-color: #288CAF; }
span { border-color: rgb(40,140,175); }
td.TdClassName
{
border-color: #288CAF;
}
.TagClassName
{
border-color: #288CAF;
}
</style>