Shades of Pelorous #2893CB
Tints of Pelorous #2893CB
RGB
CMYK
RGB Variations
Color information
#2893CB (or 0x2893CB) is known color: Pelorous. HEX triplet: 28, 93 and CB. RGB value is (40,147,203). Sum of RGB (Red+Green+Blue) = 40+147+203=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #2893CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2893CB is #D76C34. Grayscale: #797979. Windows color (decimal): -14117941 or 13341480. OLE color: 13341480.
HSL color Cylindrical-coordinate representation of color #2893CB: hue angle of 200.61º 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 #2893CB is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 147 | 203 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.20 |
| HSL | 200.61º | 0.67% | 0.48% | - |
| HSV(B) | 200.61º | 0.8% | 0.8% | - |
| XYZ | 22.09 | 25.63 | 60.28 | - |
| YUV | 121.39 | 174.05 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 203 | 0.80 | 0.28 | 0 | 0.20 | 200.61 | 0.67 | 0.48 |
| Hex | 28 | 93 | CB | 50 | 1C | 0 | 14 | C9 | 43 | 30 |
| Octal | 50 | 223 | 313 | 120 | 34 | 0 | 24 | 311 | 103 | 60 |
| Binary | 101000 | 10010011 | 11001011 | 1010000 | 11100 | 0 | 10100 | 11001001 | 1000011 | 110000 |
Color Harmonies of #2893CB
Complementary color
Monochromatic Colors of #2893CB
Black with #2893CB
Text Example
Text Example
White with #2893CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893CB; }
p { color: rgb(40,147,203); }
H1.HeaderClassName
{
color: #2893CB;
}
.AnyTagClassName
{
color: #2893CB;
}
</style>
background-color css
<style>
a { background-color: #2893CB; }
a { background-color: rgb(40,147,203); }
div.DivClassName
{
background-color: #2893CB;
}
.BgClassName
{
background-color: #2893CB;
}
</style>
border-color css
<style>
span { border-color: #2893CB; }
span { border-color: rgb(40,147,203); }
td.TdClassName
{
border-color: #2893CB;
}
.TagClassName
{
border-color: #2893CB;
}
</style>