Shades of Pelorous #288FAA
Tints of Pelorous #288FAA
RGB
CMYK
RGB Variations
Color information
#288FAA (or 0x288FAA) is known color: Pelorous. HEX triplet: 28, 8F and AA. RGB value is (40,143,170). Sum of RGB (Red+Green+Blue) = 40+143+170=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #288FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FAA is #D77055. Grayscale: #737373. Windows color (decimal): -14118998 or 11177768. OLE color: 11177768.
HSL color Cylindrical-coordinate representation of color #288FAA: hue angle of 192.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #288FAA is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 143 | 170 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.33 |
| HSL | 192.46º | 0.62% | 0.41% | - |
| HSV(B) | 192.46º | 0.76% | 0.67% | - |
| XYZ | 17.95 | 23 | 41.52 | - |
| YUV | 115.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 170 | 0.76 | 0.16 | 0 | 0.33 | 192.46 | 0.62 | 0.41 |
| Hex | 28 | 8F | AA | 4C | 10 | 0 | 21 | C0 | 3E | 29 |
| Octal | 50 | 217 | 252 | 114 | 20 | 0 | 41 | 300 | 76 | 51 |
| Binary | 101000 | 10001111 | 10101010 | 1001100 | 10000 | 0 | 100001 | 11000000 | 111110 | 101001 |
Color Harmonies of #288FAA
Complementary color
Monochromatic Colors of #288FAA
Black with #288FAA
Text Example
Text Example
White with #288FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FAA; }
p { color: rgb(40,143,170); }
H1.HeaderClassName
{
color: #288FAA;
}
.AnyTagClassName
{
color: #288FAA;
}
</style>
background-color css
<style>
a { background-color: #288FAA; }
a { background-color: rgb(40,143,170); }
div.DivClassName
{
background-color: #288FAA;
}
.BgClassName
{
background-color: #288FAA;
}
</style>
border-color css
<style>
span { border-color: #288FAA; }
span { border-color: rgb(40,143,170); }
td.TdClassName
{
border-color: #288FAA;
}
.TagClassName
{
border-color: #288FAA;
}
</style>