Shades of Java #2296A2
Tints of Java #2296A2
RGB
CMYK
RGB Variations
Color information
#2296A2 (or 0x2296A2) is known color: Java. HEX triplet: 22, 96 and A2. RGB value is (34,150,162). Sum of RGB (Red+Green+Blue) = 34+150+162=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 162 - color contains mainly: blue. Hex color #2296A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2296A2 is #DD695D. Grayscale: #747474. Windows color (decimal): -14510430 or 10655266. OLE color: 10655266.
HSL color Cylindrical-coordinate representation of color #2296A2: hue angle of 185.62º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2296A2 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 150 | 162 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.36 |
| HSL | 185.63º | 0.65% | 0.38% | - |
| HSV(B) | 185.63º | 0.79% | 0.64% | - |
| XYZ | 18.09 | 24.76 | 38.01 | - |
| YUV | 116.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 162 | 0.79 | 0.07 | 0 | 0.36 | 185.63 | 0.65 | 0.38 |
| Hex | 22 | 96 | A2 | 4F | 7 | 0 | 24 | BA | 41 | 26 |
| Octal | 42 | 226 | 242 | 117 | 7 | 0 | 44 | 272 | 101 | 46 |
| Binary | 100010 | 10010110 | 10100010 | 1001111 | 111 | 0 | 100100 | 10111010 | 1000001 | 100110 |
Color Harmonies of #2296A2
Complementary color
Monochromatic Colors of #2296A2
Black with #2296A2
Text Example
Text Example
White with #2296A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2296A2; }
p { color: rgb(34,150,162); }
H1.HeaderClassName
{
color: #2296A2;
}
.AnyTagClassName
{
color: #2296A2;
}
</style>
background-color css
<style>
a { background-color: #2296A2; }
a { background-color: rgb(34,150,162); }
div.DivClassName
{
background-color: #2296A2;
}
.BgClassName
{
background-color: #2296A2;
}
</style>
border-color css
<style>
span { border-color: #2296A2; }
span { border-color: rgb(34,150,162); }
td.TdClassName
{
border-color: #2296A2;
}
.TagClassName
{
border-color: #2296A2;
}
</style>