Shades of Pelorous #2193AD
Tints of Pelorous #2193AD
RGB
CMYK
RGB Variations
Color information
#2193AD (or 0x2193AD) is known color: Pelorous. HEX triplet: 21, 93 and AD. RGB value is (33,147,173). Sum of RGB (Red+Green+Blue) = 33+147+173=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #2193AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2193AD is #DE6C52. Grayscale: #737373. Windows color (decimal): -14576723 or 11375393. OLE color: 11375393.
HSL color Cylindrical-coordinate representation of color #2193AD: hue angle of 191.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2193AD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 147 | 173 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.32 |
| HSL | 191.14º | 0.68% | 0.4% | - |
| HSV(B) | 191.14º | 0.81% | 0.68% | - |
| XYZ | 18.6 | 24.21 | 43.23 | - |
| YUV | 115.88 | 160.23 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 147 | 173 | 0.81 | 0.15 | 0 | 0.32 | 191.14 | 0.68 | 0.4 |
| Hex | 21 | 93 | AD | 51 | F | 0 | 20 | BF | 44 | 28 |
| Octal | 41 | 223 | 255 | 121 | 17 | 0 | 40 | 277 | 104 | 50 |
| Binary | 100001 | 10010011 | 10101101 | 1010001 | 1111 | 0 | 100000 | 10111111 | 1000100 | 101000 |
Color Harmonies of #2193AD
Complementary color
Monochromatic Colors of #2193AD
Black with #2193AD
Text Example
Text Example
White with #2193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2193AD; }
p { color: rgb(33,147,173); }
H1.HeaderClassName
{
color: #2193AD;
}
.AnyTagClassName
{
color: #2193AD;
}
</style>
background-color css
<style>
a { background-color: #2193AD; }
a { background-color: rgb(33,147,173); }
div.DivClassName
{
background-color: #2193AD;
}
.BgClassName
{
background-color: #2193AD;
}
</style>
border-color css
<style>
span { border-color: #2193AD; }
span { border-color: rgb(33,147,173); }
td.TdClassName
{
border-color: #2193AD;
}
.TagClassName
{
border-color: #2193AD;
}
</style>