Shades of Java #22969B
Tints of Java #22969B
RGB
CMYK
RGB Variations
Color information
#22969B (or 0x22969B) is known color: Java. HEX triplet: 22, 96 and 9B. RGB value is (34,150,155). Sum of RGB (Red+Green+Blue) = 34+150+155=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #22969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22969B is #DD6964. Grayscale: #737373. Windows color (decimal): -14510437 or 10196514. OLE color: 10196514.
HSL color Cylindrical-coordinate representation of color #22969B: hue angle of 182.48º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22969B is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 150 | 155 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.39 |
| HSL | 182.48º | 0.64% | 0.37% | - |
| HSV(B) | 182.48º | 0.78% | 0.61% | - |
| XYZ | 17.48 | 24.52 | 34.82 | - |
| YUV | 115.89 | 150.07 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 155 | 0.78 | 0.03 | 0 | 0.39 | 182.48 | 0.64 | 0.37 |
| Hex | 22 | 96 | 9B | 4E | 3 | 0 | 27 | B6 | 40 | 25 |
| Octal | 42 | 226 | 233 | 116 | 3 | 0 | 47 | 266 | 100 | 45 |
| Binary | 100010 | 10010110 | 10011011 | 1001110 | 11 | 0 | 100111 | 10110110 | 1000000 | 100101 |
Color Harmonies of #22969B
Complementary color
Monochromatic Colors of #22969B
Black with #22969B
Text Example
Text Example
White with #22969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22969B; }
p { color: rgb(34,150,155); }
H1.HeaderClassName
{
color: #22969B;
}
.AnyTagClassName
{
color: #22969B;
}
</style>
background-color css
<style>
a { background-color: #22969B; }
a { background-color: rgb(34,150,155); }
div.DivClassName
{
background-color: #22969B;
}
.BgClassName
{
background-color: #22969B;
}
</style>
border-color css
<style>
span { border-color: #22969B; }
span { border-color: rgb(34,150,155); }
td.TdClassName
{
border-color: #22969B;
}
.TagClassName
{
border-color: #22969B;
}
</style>