Shades of Java #229DA3
Tints of Java #229DA3
RGB
CMYK
RGB Variations
Color information
#229DA3 (or 0x229DA3) is known color: Java. HEX triplet: 22, 9D and A3. RGB value is (34,157,163). Sum of RGB (Red+Green+Blue) = 34+157+163=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #229DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229DA3 is #DD625C. Grayscale: #787878. Windows color (decimal): -14508637 or 10722594. OLE color: 10722594.
HSL color Cylindrical-coordinate representation of color #229DA3: hue angle of 182.79º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229DA3 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 157 | 163 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.36 |
| HSL | 182.79º | 0.65% | 0.39% | - |
| HSV(B) | 182.79º | 0.79% | 0.64% | - |
| XYZ | 19.33 | 27.1 | 38.86 | - |
| YUV | 120.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 163 | 0.79 | 0.04 | 0 | 0.36 | 182.79 | 0.65 | 0.39 |
| Hex | 22 | 9D | A3 | 4F | 4 | 0 | 24 | B7 | 41 | 27 |
| Octal | 42 | 235 | 243 | 117 | 4 | 0 | 44 | 267 | 101 | 47 |
| Binary | 100010 | 10011101 | 10100011 | 1001111 | 100 | 0 | 100100 | 10110111 | 1000001 | 100111 |
Color Harmonies of #229DA3
Complementary color
Monochromatic Colors of #229DA3
Black with #229DA3
Text Example
Text Example
White with #229DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DA3; }
p { color: rgb(34,157,163); }
H1.HeaderClassName
{
color: #229DA3;
}
.AnyTagClassName
{
color: #229DA3;
}
</style>
background-color css
<style>
a { background-color: #229DA3; }
a { background-color: rgb(34,157,163); }
div.DivClassName
{
background-color: #229DA3;
}
.BgClassName
{
background-color: #229DA3;
}
</style>
border-color css
<style>
span { border-color: #229DA3; }
span { border-color: rgb(34,157,163); }
td.TdClassName
{
border-color: #229DA3;
}
.TagClassName
{
border-color: #229DA3;
}
</style>