Shades of Pelorous #288FAF
Tints of Pelorous #288FAF
RGB
CMYK
RGB Variations
Color information
#288FAF (or 0x288FAF) is known color: Pelorous. HEX triplet: 28, 8F and AF. RGB value is (40,143,175). Sum of RGB (Red+Green+Blue) = 40+143+175=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #288FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288FAF is #D77050. Grayscale: #737373. Windows color (decimal): -14118993 or 11505448. OLE color: 11505448.
HSL color Cylindrical-coordinate representation of color #288FAF: hue angle of 194.22º 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 #288FAF is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 143 | 175 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.31 |
| HSL | 194.22º | 0.63% | 0.42% | - |
| HSV(B) | 194.22º | 0.77% | 0.69% | - |
| XYZ | 18.44 | 23.19 | 44.06 | - |
| YUV | 115.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 175 | 0.77 | 0.18 | 0 | 0.31 | 194.22 | 0.63 | 0.42 |
| Hex | 28 | 8F | AF | 4D | 12 | 0 | 1F | C2 | 3F | 2A |
| Octal | 50 | 217 | 257 | 115 | 22 | 0 | 37 | 302 | 77 | 52 |
| Binary | 101000 | 10001111 | 10101111 | 1001101 | 10010 | 0 | 11111 | 11000010 | 111111 | 101010 |
Color Harmonies of #288FAF
Complementary color
Monochromatic Colors of #288FAF
Black with #288FAF
Text Example
Text Example
White with #288FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FAF; }
p { color: rgb(40,143,175); }
H1.HeaderClassName
{
color: #288FAF;
}
.AnyTagClassName
{
color: #288FAF;
}
</style>
background-color css
<style>
a { background-color: #288FAF; }
a { background-color: rgb(40,143,175); }
div.DivClassName
{
background-color: #288FAF;
}
.BgClassName
{
background-color: #288FAF;
}
</style>
border-color css
<style>
span { border-color: #288FAF; }
span { border-color: rgb(40,143,175); }
td.TdClassName
{
border-color: #288FAF;
}
.TagClassName
{
border-color: #288FAF;
}
</style>