Shades of Pelorous #2199AF
Tints of Pelorous #2199AF
RGB
CMYK
RGB Variations
Color information
#2199AF (or 0x2199AF) is known color: Pelorous. HEX triplet: 21, 99 and AF. RGB value is (33,153,175). Sum of RGB (Red+Green+Blue) = 33+153+175=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #2199AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2199AF is #DE6650. Grayscale: #777777. Windows color (decimal): -14575185 or 11508001. OLE color: 11508001.
HSL color Cylindrical-coordinate representation of color #2199AF: hue angle of 189.3º 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 #2199AF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 153 | 175 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.31 |
| HSL | 189.3º | 0.68% | 0.41% | - |
| HSV(B) | 189.3º | 0.81% | 0.69% | - |
| XYZ | 19.76 | 26.2 | 44.57 | - |
| YUV | 119.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 175 | 0.81 | 0.13 | 0 | 0.31 | 189.3 | 0.68 | 0.41 |
| Hex | 21 | 99 | AF | 51 | D | 0 | 1F | BD | 44 | 29 |
| Octal | 41 | 231 | 257 | 121 | 15 | 0 | 37 | 275 | 104 | 51 |
| Binary | 100001 | 10011001 | 10101111 | 1010001 | 1101 | 0 | 11111 | 10111101 | 1000100 | 101001 |
Color Harmonies of #2199AF
Complementary color
Monochromatic Colors of #2199AF
Black with #2199AF
Text Example
Text Example
White with #2199AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199AF; }
p { color: rgb(33,153,175); }
H1.HeaderClassName
{
color: #2199AF;
}
.AnyTagClassName
{
color: #2199AF;
}
</style>
background-color css
<style>
a { background-color: #2199AF; }
a { background-color: rgb(33,153,175); }
div.DivClassName
{
background-color: #2199AF;
}
.BgClassName
{
background-color: #2199AF;
}
</style>
border-color css
<style>
span { border-color: #2199AF; }
span { border-color: rgb(33,153,175); }
td.TdClassName
{
border-color: #2199AF;
}
.TagClassName
{
border-color: #2199AF;
}
</style>