Shades of Pelorous #2190AF
Tints of Pelorous #2190AF
RGB
CMYK
RGB Variations
Color information
#2190AF (or 0x2190AF) is known color: Pelorous. HEX triplet: 21, 90 and AF. RGB value is (33,144,175). Sum of RGB (Red+Green+Blue) = 33+144+175=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #2190AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2190AF is #DE6F50. Grayscale: #727272. Windows color (decimal): -14577489 or 11505697. OLE color: 11505697.
HSL color Cylindrical-coordinate representation of color #2190AF: hue angle of 193.1º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2190AF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 144 | 175 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.31 |
| HSL | 193.1º | 0.68% | 0.41% | - |
| HSV(B) | 193.1º | 0.81% | 0.69% | - |
| XYZ | 18.34 | 23.37 | 44.1 | - |
| YUV | 114.35 | 162.23 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 175 | 0.81 | 0.18 | 0 | 0.31 | 193.1 | 0.68 | 0.41 |
| Hex | 21 | 90 | AF | 51 | 12 | 0 | 1F | C1 | 44 | 29 |
| Octal | 41 | 220 | 257 | 121 | 22 | 0 | 37 | 301 | 104 | 51 |
| Binary | 100001 | 10010000 | 10101111 | 1010001 | 10010 | 0 | 11111 | 11000001 | 1000100 | 101001 |
Color Harmonies of #2190AF
Complementary color
Monochromatic Colors of #2190AF
Black with #2190AF
Text Example
Text Example
White with #2190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190AF; }
p { color: rgb(33,144,175); }
H1.HeaderClassName
{
color: #2190AF;
}
.AnyTagClassName
{
color: #2190AF;
}
</style>
background-color css
<style>
a { background-color: #2190AF; }
a { background-color: rgb(33,144,175); }
div.DivClassName
{
background-color: #2190AF;
}
.BgClassName
{
background-color: #2190AF;
}
</style>
border-color css
<style>
span { border-color: #2190AF; }
span { border-color: rgb(33,144,175); }
td.TdClassName
{
border-color: #2190AF;
}
.TagClassName
{
border-color: #2190AF;
}
</style>