Shades of Pelorous #2097AF
Tints of Pelorous #2097AF
RGB
CMYK
RGB Variations
Color information
#2097AF (or 0x2097AF) is known color: Pelorous. HEX triplet: 20, 97 and AF. RGB value is (32,151,175). Sum of RGB (Red+Green+Blue) = 32+151+175=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #2097AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2097AF is #DF6850. Grayscale: #757575. Windows color (decimal): -14641233 or 11507488. OLE color: 11507488.
HSL color Cylindrical-coordinate representation of color #2097AF: hue angle of 190.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2097AF is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 151 | 175 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.31 |
| HSL | 190.07º | 0.69% | 0.41% | - |
| HSV(B) | 190.07º | 0.82% | 0.69% | - |
| XYZ | 19.4 | 25.54 | 44.46 | - |
| YUV | 118.16 | 160.08 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 175 | 0.82 | 0.14 | 0 | 0.31 | 190.07 | 0.69 | 0.41 |
| Hex | 20 | 97 | AF | 52 | E | 0 | 1F | BE | 45 | 29 |
| Octal | 40 | 227 | 257 | 122 | 16 | 0 | 37 | 276 | 105 | 51 |
| Binary | 100000 | 10010111 | 10101111 | 1010010 | 1110 | 0 | 11111 | 10111110 | 1000101 | 101001 |
Color Harmonies of #2097AF
Complementary color
Monochromatic Colors of #2097AF
Black with #2097AF
Text Example
Text Example
White with #2097AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2097AF; }
p { color: rgb(32,151,175); }
H1.HeaderClassName
{
color: #2097AF;
}
.AnyTagClassName
{
color: #2097AF;
}
</style>
background-color css
<style>
a { background-color: #2097AF; }
a { background-color: rgb(32,151,175); }
div.DivClassName
{
background-color: #2097AF;
}
.BgClassName
{
background-color: #2097AF;
}
</style>
border-color css
<style>
span { border-color: #2097AF; }
span { border-color: rgb(32,151,175); }
td.TdClassName
{
border-color: #2097AF;
}
.TagClassName
{
border-color: #2097AF;
}
</style>