Shades of Pelorous #288CBE
Tints of Pelorous #288CBE
RGB
CMYK
RGB Variations
Color information
#288CBE (or 0x288CBE) is known color: Pelorous. HEX triplet: 28, 8C and BE. RGB value is (40,140,190). Sum of RGB (Red+Green+Blue) = 40+140+190=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #288CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CBE is #D77341. Grayscale: #737373. Windows color (decimal): -14119746 or 12487720. OLE color: 12487720.
HSL color Cylindrical-coordinate representation of color #288CBE: hue angle of 200º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288CBE is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 140 | 190 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.25 |
| HSL | 200º | 0.65% | 0.45% | - |
| HSV(B) | 200º | 0.79% | 0.75% | - |
| XYZ | 19.55 | 22.92 | 52.11 | - |
| YUV | 115.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 190 | 0.79 | 0.26 | 0 | 0.25 | 200 | 0.65 | 0.45 |
| Hex | 28 | 8C | BE | 4F | 1A | 0 | 19 | C8 | 41 | 2D |
| Octal | 50 | 214 | 276 | 117 | 32 | 0 | 31 | 310 | 101 | 55 |
| Binary | 101000 | 10001100 | 10111110 | 1001111 | 11010 | 0 | 11001 | 11001000 | 1000001 | 101101 |
Color Harmonies of #288CBE
Complementary color
Monochromatic Colors of #288CBE
Black with #288CBE
Text Example
Text Example
White with #288CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CBE; }
p { color: rgb(40,140,190); }
H1.HeaderClassName
{
color: #288CBE;
}
.AnyTagClassName
{
color: #288CBE;
}
</style>
background-color css
<style>
a { background-color: #288CBE; }
a { background-color: rgb(40,140,190); }
div.DivClassName
{
background-color: #288CBE;
}
.BgClassName
{
background-color: #288CBE;
}
</style>
border-color css
<style>
span { border-color: #288CBE; }
span { border-color: rgb(40,140,190); }
td.TdClassName
{
border-color: #288CBE;
}
.TagClassName
{
border-color: #288CBE;
}
</style>