Shades of Pelorous #288CB6
Tints of Pelorous #288CB6
RGB
CMYK
RGB Variations
Color information
#288CB6 (or 0x288CB6) is known color: Pelorous. HEX triplet: 28, 8C and B6. RGB value is (40,140,182). Sum of RGB (Red+Green+Blue) = 40+140+182=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #288CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CB6 is #D77349. Grayscale: #727272. Windows color (decimal): -14119754 or 11963432. OLE color: 11963432.
HSL color Cylindrical-coordinate representation of color #288CB6: hue angle of 197.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #288CB6 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 140 | 182 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.29 |
| HSL | 197.75º | 0.64% | 0.44% | - |
| HSV(B) | 197.75º | 0.78% | 0.71% | - |
| XYZ | 18.7 | 22.58 | 47.63 | - |
| YUV | 114.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 182 | 0.78 | 0.23 | 0 | 0.29 | 197.75 | 0.64 | 0.44 |
| Hex | 28 | 8C | B6 | 4E | 17 | 0 | 1D | C6 | 40 | 2C |
| Octal | 50 | 214 | 266 | 116 | 27 | 0 | 35 | 306 | 100 | 54 |
| Binary | 101000 | 10001100 | 10110110 | 1001110 | 10111 | 0 | 11101 | 11000110 | 1000000 | 101100 |
Color Harmonies of #288CB6
Complementary color
Monochromatic Colors of #288CB6
Black with #288CB6
Text Example
Text Example
White with #288CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CB6; }
p { color: rgb(40,140,182); }
H1.HeaderClassName
{
color: #288CB6;
}
.AnyTagClassName
{
color: #288CB6;
}
</style>
background-color css
<style>
a { background-color: #288CB6; }
a { background-color: rgb(40,140,182); }
div.DivClassName
{
background-color: #288CB6;
}
.BgClassName
{
background-color: #288CB6;
}
</style>
border-color css
<style>
span { border-color: #288CB6; }
span { border-color: rgb(40,140,182); }
td.TdClassName
{
border-color: #288CB6;
}
.TagClassName
{
border-color: #288CB6;
}
</style>