Shades of Pelorous #288FC4
Tints of Pelorous #288FC4
RGB
CMYK
RGB Variations
Color information
#288FC4 (or 0x288FC4) is known color: Pelorous. HEX triplet: 28, 8F and C4. RGB value is (40,143,196). Sum of RGB (Red+Green+Blue) = 40+143+196=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #288FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FC4 is #D7703B. Grayscale: #757575. Windows color (decimal): -14118972 or 12881704. OLE color: 12881704.
HSL color Cylindrical-coordinate representation of color #288FC4: hue angle of 200.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #288FC4 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 143 | 196 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.23 |
| HSL | 200.38º | 0.66% | 0.46% | - |
| HSV(B) | 200.38º | 0.8% | 0.77% | - |
| XYZ | 20.66 | 24.08 | 55.78 | - |
| YUV | 118.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 196 | 0.80 | 0.27 | 0 | 0.23 | 200.38 | 0.66 | 0.46 |
| Hex | 28 | 8F | C4 | 50 | 1B | 0 | 17 | C8 | 42 | 2E |
| Octal | 50 | 217 | 304 | 120 | 33 | 0 | 27 | 310 | 102 | 56 |
| Binary | 101000 | 10001111 | 11000100 | 1010000 | 11011 | 0 | 10111 | 11001000 | 1000010 | 101110 |
Color Harmonies of #288FC4
Complementary color
Monochromatic Colors of #288FC4
Black with #288FC4
Text Example
Text Example
White with #288FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FC4; }
p { color: rgb(40,143,196); }
H1.HeaderClassName
{
color: #288FC4;
}
.AnyTagClassName
{
color: #288FC4;
}
</style>
background-color css
<style>
a { background-color: #288FC4; }
a { background-color: rgb(40,143,196); }
div.DivClassName
{
background-color: #288FC4;
}
.BgClassName
{
background-color: #288FC4;
}
</style>
border-color css
<style>
span { border-color: #288FC4; }
span { border-color: rgb(40,143,196); }
td.TdClassName
{
border-color: #288FC4;
}
.TagClassName
{
border-color: #288FC4;
}
</style>