Shades of Pelorous #289BCC
Tints of Pelorous #289BCC
RGB
CMYK
RGB Variations
Color information
#289BCC (or 0x289BCC) is known color: Pelorous. HEX triplet: 28, 9B and CC. RGB value is (40,155,204). Sum of RGB (Red+Green+Blue) = 40+155+204=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #289BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BCC is #D76433. Grayscale: #7D7D7D. Windows color (decimal): -14115892 or 13409064. OLE color: 13409064.
HSL color Cylindrical-coordinate representation of color #289BCC: hue angle of 197.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #289BCC is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 155 | 204 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.2 |
| HSL | 197.93º | 0.67% | 0.48% | - |
| HSV(B) | 197.93º | 0.8% | 0.8% | - |
| XYZ | 23.5 | 28.25 | 61.34 | - |
| YUV | 126.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 204 | 0.80 | 0.24 | 0 | 0.2 | 197.93 | 0.67 | 0.48 |
| Hex | 28 | 9B | CC | 50 | 18 | 0 | 14 | C6 | 43 | 30 |
| Octal | 50 | 233 | 314 | 120 | 30 | 0 | 24 | 306 | 103 | 60 |
| Binary | 101000 | 10011011 | 11001100 | 1010000 | 11000 | 0 | 10100 | 11000110 | 1000011 | 110000 |
Color Harmonies of #289BCC
Complementary color
Monochromatic Colors of #289BCC
Black with #289BCC
Text Example
Text Example
White with #289BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289BCC; }
p { color: rgb(40,155,204); }
H1.HeaderClassName
{
color: #289BCC;
}
.AnyTagClassName
{
color: #289BCC;
}
</style>
background-color css
<style>
a { background-color: #289BCC; }
a { background-color: rgb(40,155,204); }
div.DivClassName
{
background-color: #289BCC;
}
.BgClassName
{
background-color: #289BCC;
}
</style>
border-color css
<style>
span { border-color: #289BCC; }
span { border-color: rgb(40,155,204); }
td.TdClassName
{
border-color: #289BCC;
}
.TagClassName
{
border-color: #289BCC;
}
</style>