Shades of Pelorous #289BC4
Tints of Pelorous #289BC4
RGB
CMYK
RGB Variations
Color information
#289BC4 (or 0x289BC4) is known color: Pelorous. HEX triplet: 28, 9B and C4. RGB value is (40,155,196). Sum of RGB (Red+Green+Blue) = 40+155+196=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #289BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BC4 is #D7643B. Grayscale: #7D7D7D. Windows color (decimal): -14115900 or 12884776. OLE color: 12884776.
HSL color Cylindrical-coordinate representation of color #289BC4: hue angle of 195.77º 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 #289BC4 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 155 | 196 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.23 |
| HSL | 195.77º | 0.66% | 0.46% | - |
| HSV(B) | 195.77º | 0.8% | 0.77% | - |
| XYZ | 22.56 | 27.88 | 56.42 | - |
| YUV | 125.29 | 167.9 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 196 | 0.80 | 0.21 | 0 | 0.23 | 195.77 | 0.66 | 0.46 |
| Hex | 28 | 9B | C4 | 50 | 15 | 0 | 17 | C4 | 42 | 2E |
| Octal | 50 | 233 | 304 | 120 | 25 | 0 | 27 | 304 | 102 | 56 |
| Binary | 101000 | 10011011 | 11000100 | 1010000 | 10101 | 0 | 10111 | 11000100 | 1000010 | 101110 |
Color Harmonies of #289BC4
Complementary color
Monochromatic Colors of #289BC4
Black with #289BC4
Text Example
Text Example
White with #289BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BC4; }
p { color: rgb(40,155,196); }
H1.HeaderClassName
{
color: #289BC4;
}
.AnyTagClassName
{
color: #289BC4;
}
</style>
background-color css
<style>
a { background-color: #289BC4; }
a { background-color: rgb(40,155,196); }
div.DivClassName
{
background-color: #289BC4;
}
.BgClassName
{
background-color: #289BC4;
}
</style>
border-color css
<style>
span { border-color: #289BC4; }
span { border-color: rgb(40,155,196); }
td.TdClassName
{
border-color: #289BC4;
}
.TagClassName
{
border-color: #289BC4;
}
</style>