Shades of Java #2197A0
Tints of Java #2197A0
RGB
CMYK
RGB Variations
Color information
#2197A0 (or 0x2197A0) is known color: Java. HEX triplet: 21, 97 and A0. RGB value is (33,151,160). Sum of RGB (Red+Green+Blue) = 33+151+160=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #2197A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2197A0 is #DE685F. Grayscale: #747474. Windows color (decimal): -14575712 or 10524449. OLE color: 10524449.
HSL color Cylindrical-coordinate representation of color #2197A0: hue angle of 184.25º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2197A0 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 151 | 160 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.37 |
| HSL | 184.25º | 0.66% | 0.38% | - |
| HSV(B) | 184.25º | 0.79% | 0.63% | - |
| XYZ | 18.04 | 24.99 | 37.13 | - |
| YUV | 116.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 160 | 0.79 | 0.06 | 0 | 0.37 | 184.25 | 0.66 | 0.38 |
| Hex | 21 | 97 | A0 | 4F | 6 | 0 | 25 | B8 | 42 | 26 |
| Octal | 41 | 227 | 240 | 117 | 6 | 0 | 45 | 270 | 102 | 46 |
| Binary | 100001 | 10010111 | 10100000 | 1001111 | 110 | 0 | 100101 | 10111000 | 1000010 | 100110 |
Color Harmonies of #2197A0
Complementary color
Monochromatic Colors of #2197A0
Black with #2197A0
Text Example
Text Example
White with #2197A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2197A0; }
p { color: rgb(33,151,160); }
H1.HeaderClassName
{
color: #2197A0;
}
.AnyTagClassName
{
color: #2197A0;
}
</style>
background-color css
<style>
a { background-color: #2197A0; }
a { background-color: rgb(33,151,160); }
div.DivClassName
{
background-color: #2197A0;
}
.BgClassName
{
background-color: #2197A0;
}
</style>
border-color css
<style>
span { border-color: #2197A0; }
span { border-color: rgb(33,151,160); }
td.TdClassName
{
border-color: #2197A0;
}
.TagClassName
{
border-color: #2197A0;
}
</style>