Shades of Pelorous #2893AD
Tints of Pelorous #2893AD
RGB
CMYK
RGB Variations
Color information
#2893AD (or 0x2893AD) is known color: Pelorous. HEX triplet: 28, 93 and AD. RGB value is (40,147,173). Sum of RGB (Red+Green+Blue) = 40+147+173=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #2893AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2893AD is #D76C52. Grayscale: #757575. Windows color (decimal): -14117971 or 11375400. OLE color: 11375400.
HSL color Cylindrical-coordinate representation of color #2893AD: hue angle of 191.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2893AD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 147 | 173 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.32 |
| HSL | 191.73º | 0.62% | 0.42% | - |
| HSV(B) | 191.73º | 0.77% | 0.68% | - |
| XYZ | 18.85 | 24.34 | 43.24 | - |
| YUV | 117.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 173 | 0.77 | 0.15 | 0 | 0.32 | 191.73 | 0.62 | 0.42 |
| Hex | 28 | 93 | AD | 4D | F | 0 | 20 | C0 | 3E | 2A |
| Octal | 50 | 223 | 255 | 115 | 17 | 0 | 40 | 300 | 76 | 52 |
| Binary | 101000 | 10010011 | 10101101 | 1001101 | 1111 | 0 | 100000 | 11000000 | 111110 | 101010 |
Color Harmonies of #2893AD
Complementary color
Monochromatic Colors of #2893AD
Black with #2893AD
Text Example
Text Example
White with #2893AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2893AD; }
p { color: rgb(40,147,173); }
H1.HeaderClassName
{
color: #2893AD;
}
.AnyTagClassName
{
color: #2893AD;
}
</style>
background-color css
<style>
a { background-color: #2893AD; }
a { background-color: rgb(40,147,173); }
div.DivClassName
{
background-color: #2893AD;
}
.BgClassName
{
background-color: #2893AD;
}
</style>
border-color css
<style>
span { border-color: #2893AD; }
span { border-color: rgb(40,147,173); }
td.TdClassName
{
border-color: #2893AD;
}
.TagClassName
{
border-color: #2893AD;
}
</style>