Shades of Pelorous #2196A4
Tints of Pelorous #2196A4
RGB
CMYK
RGB Variations
Color information
#2196A4 (or 0x2196A4) is known color: Pelorous. HEX triplet: 21, 96 and A4. RGB value is (33,150,164). Sum of RGB (Red+Green+Blue) = 33+150+164=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #2196A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2196A4 is #DE695B. Grayscale: #747474. Windows color (decimal): -14575964 or 10786337. OLE color: 10786337.
HSL color Cylindrical-coordinate representation of color #2196A4: hue angle of 186.41º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2196A4 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 150 | 164 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.36 |
| HSL | 186.41º | 0.66% | 0.39% | - |
| HSV(B) | 186.41º | 0.8% | 0.64% | - |
| XYZ | 18.23 | 24.82 | 38.95 | - |
| YUV | 116.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 164 | 0.80 | 0.09 | 0 | 0.36 | 186.41 | 0.66 | 0.39 |
| Hex | 21 | 96 | A4 | 50 | 9 | 0 | 24 | BA | 42 | 27 |
| Octal | 41 | 226 | 244 | 120 | 11 | 0 | 44 | 272 | 102 | 47 |
| Binary | 100001 | 10010110 | 10100100 | 1010000 | 1001 | 0 | 100100 | 10111010 | 1000010 | 100111 |
Color Harmonies of #2196A4
Complementary color
Monochromatic Colors of #2196A4
Black with #2196A4
Text Example
Text Example
White with #2196A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2196A4; }
p { color: rgb(33,150,164); }
H1.HeaderClassName
{
color: #2196A4;
}
.AnyTagClassName
{
color: #2196A4;
}
</style>
background-color css
<style>
a { background-color: #2196A4; }
a { background-color: rgb(33,150,164); }
div.DivClassName
{
background-color: #2196A4;
}
.BgClassName
{
background-color: #2196A4;
}
</style>
border-color css
<style>
span { border-color: #2196A4; }
span { border-color: rgb(33,150,164); }
td.TdClassName
{
border-color: #2196A4;
}
.TagClassName
{
border-color: #2196A4;
}
</style>