Shades of Pelorous #288AAF
Tints of Pelorous #288AAF
RGB
CMYK
RGB Variations
Color information
#288AAF (or 0x288AAF) is known color: Pelorous. HEX triplet: 28, 8A and AF. RGB value is (40,138,175). Sum of RGB (Red+Green+Blue) = 40+138+175=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #288AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288AAF is #D77550. Grayscale: #707070. Windows color (decimal): -14120273 or 11504168. OLE color: 11504168.
HSL color Cylindrical-coordinate representation of color #288AAF: hue angle of 196.44º 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 #288AAF is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 138 | 175 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.31 |
| HSL | 196.44º | 0.63% | 0.42% | - |
| HSV(B) | 196.44º | 0.77% | 0.69% | - |
| XYZ | 17.7 | 21.72 | 43.82 | - |
| YUV | 112.92 | 163.03 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 175 | 0.77 | 0.21 | 0 | 0.31 | 196.44 | 0.63 | 0.42 |
| Hex | 28 | 8A | AF | 4D | 15 | 0 | 1F | C4 | 3F | 2A |
| Octal | 50 | 212 | 257 | 115 | 25 | 0 | 37 | 304 | 77 | 52 |
| Binary | 101000 | 10001010 | 10101111 | 1001101 | 10101 | 0 | 11111 | 11000100 | 111111 | 101010 |
Color Harmonies of #288AAF
Complementary color
Monochromatic Colors of #288AAF
Black with #288AAF
Text Example
Text Example
White with #288AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288AAF; }
p { color: rgb(40,138,175); }
H1.HeaderClassName
{
color: #288AAF;
}
.AnyTagClassName
{
color: #288AAF;
}
</style>
background-color css
<style>
a { background-color: #288AAF; }
a { background-color: rgb(40,138,175); }
div.DivClassName
{
background-color: #288AAF;
}
.BgClassName
{
background-color: #288AAF;
}
</style>
border-color css
<style>
span { border-color: #288AAF; }
span { border-color: rgb(40,138,175); }
td.TdClassName
{
border-color: #288AAF;
}
.TagClassName
{
border-color: #288AAF;
}
</style>