Shades of Pelorous #288CAE
Tints of Pelorous #288CAE
RGB
CMYK
RGB Variations
Color information
#288CAE (or 0x288CAE) is known color: Pelorous. HEX triplet: 28, 8C and AE. RGB value is (40,140,174). Sum of RGB (Red+Green+Blue) = 40+140+174=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #288CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288CAE is #D77351. Grayscale: #717171. Windows color (decimal): -14119762 or 11439144. OLE color: 11439144.
HSL color Cylindrical-coordinate representation of color #288CAE: hue angle of 195.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288CAE is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 140 | 174 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.32 |
| HSL | 195.22º | 0.63% | 0.42% | - |
| HSV(B) | 195.22º | 0.77% | 0.68% | - |
| XYZ | 17.89 | 22.26 | 43.4 | - |
| YUV | 113.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 174 | 0.77 | 0.20 | 0 | 0.32 | 195.22 | 0.63 | 0.42 |
| Hex | 28 | 8C | AE | 4D | 14 | 0 | 20 | C3 | 3F | 2A |
| Octal | 50 | 214 | 256 | 115 | 24 | 0 | 40 | 303 | 77 | 52 |
| Binary | 101000 | 10001100 | 10101110 | 1001101 | 10100 | 0 | 100000 | 11000011 | 111111 | 101010 |
Color Harmonies of #288CAE
Complementary color
Monochromatic Colors of #288CAE
Black with #288CAE
Text Example
Text Example
White with #288CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CAE; }
p { color: rgb(40,140,174); }
H1.HeaderClassName
{
color: #288CAE;
}
.AnyTagClassName
{
color: #288CAE;
}
</style>
background-color css
<style>
a { background-color: #288CAE; }
a { background-color: rgb(40,140,174); }
div.DivClassName
{
background-color: #288CAE;
}
.BgClassName
{
background-color: #288CAE;
}
</style>
border-color css
<style>
span { border-color: #288CAE; }
span { border-color: rgb(40,140,174); }
td.TdClassName
{
border-color: #288CAE;
}
.TagClassName
{
border-color: #288CAE;
}
</style>