Shades of Pelorous #289CCC
Tints of Pelorous #289CCC
RGB
CMYK
RGB Variations
Color information
#289CCC (or 0x289CCC) is known color: Pelorous. HEX triplet: 28, 9C and CC. RGB value is (40,156,204). Sum of RGB (Red+Green+Blue) = 40+156+204=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #289CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CCC is #D76333. Grayscale: #7E7E7E. Windows color (decimal): -14115636 or 13409320. OLE color: 13409320.
HSL color Cylindrical-coordinate representation of color #289CCC: hue angle of 197.56º 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 #289CCC is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 156 | 204 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.2 |
| HSL | 197.56º | 0.67% | 0.48% | - |
| HSV(B) | 197.56º | 0.8% | 0.8% | - |
| XYZ | 23.66 | 28.59 | 61.4 | - |
| YUV | 126.79 | 171.57 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 204 | 0.80 | 0.24 | 0 | 0.2 | 197.56 | 0.67 | 0.48 |
| Hex | 28 | 9C | CC | 50 | 18 | 0 | 14 | C6 | 43 | 30 |
| Octal | 50 | 234 | 314 | 120 | 30 | 0 | 24 | 306 | 103 | 60 |
| Binary | 101000 | 10011100 | 11001100 | 1010000 | 11000 | 0 | 10100 | 11000110 | 1000011 | 110000 |
Color Harmonies of #289CCC
Complementary color
Monochromatic Colors of #289CCC
Black with #289CCC
Text Example
Text Example
White with #289CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289CCC; }
p { color: rgb(40,156,204); }
H1.HeaderClassName
{
color: #289CCC;
}
.AnyTagClassName
{
color: #289CCC;
}
</style>
background-color css
<style>
a { background-color: #289CCC; }
a { background-color: rgb(40,156,204); }
div.DivClassName
{
background-color: #289CCC;
}
.BgClassName
{
background-color: #289CCC;
}
</style>
border-color css
<style>
span { border-color: #289CCC; }
span { border-color: rgb(40,156,204); }
td.TdClassName
{
border-color: #289CCC;
}
.TagClassName
{
border-color: #289CCC;
}
</style>