Shades of Java #22969D
Tints of Java #22969D
RGB
CMYK
RGB Variations
Color information
#22969D (or 0x22969D) is known color: Java. HEX triplet: 22, 96 and 9D. RGB value is (34,150,157). Sum of RGB (Red+Green+Blue) = 34+150+157=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #22969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22969D is #DD6962. Grayscale: #737373. Windows color (decimal): -14510435 or 10327586. OLE color: 10327586.
HSL color Cylindrical-coordinate representation of color #22969D: hue angle of 183.41º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22969D is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 150 | 157 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.38 |
| HSL | 183.41º | 0.64% | 0.37% | - |
| HSV(B) | 183.41º | 0.78% | 0.62% | - |
| XYZ | 17.65 | 24.59 | 35.71 | - |
| YUV | 116.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 157 | 0.78 | 0.04 | 0 | 0.38 | 183.41 | 0.64 | 0.37 |
| Hex | 22 | 96 | 9D | 4E | 4 | 0 | 26 | B7 | 40 | 25 |
| Octal | 42 | 226 | 235 | 116 | 4 | 0 | 46 | 267 | 100 | 45 |
| Binary | 100010 | 10010110 | 10011101 | 1001110 | 100 | 0 | 100110 | 10110111 | 1000000 | 100101 |
Color Harmonies of #22969D
Complementary color
Monochromatic Colors of #22969D
Black with #22969D
Text Example
Text Example
White with #22969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22969D; }
p { color: rgb(34,150,157); }
H1.HeaderClassName
{
color: #22969D;
}
.AnyTagClassName
{
color: #22969D;
}
</style>
background-color css
<style>
a { background-color: #22969D; }
a { background-color: rgb(34,150,157); }
div.DivClassName
{
background-color: #22969D;
}
.BgClassName
{
background-color: #22969D;
}
</style>
border-color css
<style>
span { border-color: #22969D; }
span { border-color: rgb(34,150,157); }
td.TdClassName
{
border-color: #22969D;
}
.TagClassName
{
border-color: #22969D;
}
</style>