Shades of Pelorous #2197D3
Tints of Pelorous #2197D3
RGB
CMYK
RGB Variations
Color information
#2197D3 (or 0x2197D3) is known color: Pelorous. HEX triplet: 21, 97 and D3. RGB value is (33,151,211). Sum of RGB (Red+Green+Blue) = 33+151+211=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #2197D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197D3 is #DE682C. Grayscale: #7A7A7A. Windows color (decimal): -14575661 or 13866785. OLE color: 13866785.
HSL color Cylindrical-coordinate representation of color #2197D3: hue angle of 200.22º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2197D3 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 151 | 211 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.17 |
| HSL | 200.22º | 0.73% | 0.48% | - |
| HSV(B) | 200.22º | 0.84% | 0.83% | - |
| XYZ | 23.45 | 27.16 | 65.63 | - |
| YUV | 122.56 | 177.91 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 211 | 0.84 | 0.28 | 0 | 0.17 | 200.22 | 0.73 | 0.48 |
| Hex | 21 | 97 | D3 | 54 | 1C | 0 | 11 | C8 | 49 | 30 |
| Octal | 41 | 227 | 323 | 124 | 34 | 0 | 21 | 310 | 111 | 60 |
| Binary | 100001 | 10010111 | 11010011 | 1010100 | 11100 | 0 | 10001 | 11001000 | 1001001 | 110000 |
Color Harmonies of #2197D3
Complementary color
Monochromatic Colors of #2197D3
Black with #2197D3
Text Example
Text Example
White with #2197D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197D3; }
p { color: rgb(33,151,211); }
H1.HeaderClassName
{
color: #2197D3;
}
.AnyTagClassName
{
color: #2197D3;
}
</style>
background-color css
<style>
a { background-color: #2197D3; }
a { background-color: rgb(33,151,211); }
div.DivClassName
{
background-color: #2197D3;
}
.BgClassName
{
background-color: #2197D3;
}
</style>
border-color css
<style>
span { border-color: #2197D3; }
span { border-color: rgb(33,151,211); }
td.TdClassName
{
border-color: #2197D3;
}
.TagClassName
{
border-color: #2197D3;
}
</style>