Shades of Pelorous #288EAF
Tints of Pelorous #288EAF
RGB
CMYK
RGB Variations
Color information
#288EAF (or 0x288EAF) is known color: Pelorous. HEX triplet: 28, 8E and AF. RGB value is (40,142,175). Sum of RGB (Red+Green+Blue) = 40+142+175=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #288EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EAF is #D77150. Grayscale: #737373. Windows color (decimal): -14119249 or 11505192. OLE color: 11505192.
HSL color Cylindrical-coordinate representation of color #288EAF: hue angle of 194.67º 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 #288EAF is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 142 | 175 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.31 |
| HSL | 194.67º | 0.63% | 0.42% | - |
| HSV(B) | 194.67º | 0.77% | 0.69% | - |
| XYZ | 18.29 | 22.89 | 44.01 | - |
| YUV | 115.26 | 161.71 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 175 | 0.77 | 0.19 | 0 | 0.31 | 194.67 | 0.63 | 0.42 |
| Hex | 28 | 8E | AF | 4D | 13 | 0 | 1F | C3 | 3F | 2A |
| Octal | 50 | 216 | 257 | 115 | 23 | 0 | 37 | 303 | 77 | 52 |
| Binary | 101000 | 10001110 | 10101111 | 1001101 | 10011 | 0 | 11111 | 11000011 | 111111 | 101010 |
Color Harmonies of #288EAF
Complementary color
Monochromatic Colors of #288EAF
Black with #288EAF
Text Example
Text Example
White with #288EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EAF; }
p { color: rgb(40,142,175); }
H1.HeaderClassName
{
color: #288EAF;
}
.AnyTagClassName
{
color: #288EAF;
}
</style>
background-color css
<style>
a { background-color: #288EAF; }
a { background-color: rgb(40,142,175); }
div.DivClassName
{
background-color: #288EAF;
}
.BgClassName
{
background-color: #288EAF;
}
</style>
border-color css
<style>
span { border-color: #288EAF; }
span { border-color: rgb(40,142,175); }
td.TdClassName
{
border-color: #288EAF;
}
.TagClassName
{
border-color: #288EAF;
}
</style>