Shades of Java #229B9C
Tints of Java #229B9C
RGB
CMYK
RGB Variations
Color information
#229B9C (or 0x229B9C) is known color: Java. HEX triplet: 22, 9B and 9C. RGB value is (34,155,156). Sum of RGB (Red+Green+Blue) = 34+155+156=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #229B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B9C is #DD6463. Grayscale: #767676. Windows color (decimal): -14509156 or 10263330. OLE color: 10263330.
HSL color Cylindrical-coordinate representation of color #229B9C: hue angle of 180.49º 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 #229B9C is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 156 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.39 |
| HSL | 180.49º | 0.64% | 0.37% | - |
| HSV(B) | 180.49º | 0.78% | 0.61% | - |
| XYZ | 18.38 | 26.18 | 35.54 | - |
| YUV | 118.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 156 | 0.78 | 0.01 | 0 | 0.39 | 180.49 | 0.64 | 0.37 |
| Hex | 22 | 9B | 9C | 4E | 1 | 0 | 27 | B4 | 40 | 25 |
| Octal | 42 | 233 | 234 | 116 | 1 | 0 | 47 | 264 | 100 | 45 |
| Binary | 100010 | 10011011 | 10011100 | 1001110 | 1 | 0 | 100111 | 10110100 | 1000000 | 100101 |
Color Harmonies of #229B9C
Complementary color
Monochromatic Colors of #229B9C
Black with #229B9C
Text Example
Text Example
White with #229B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B9C; }
p { color: rgb(34,155,156); }
H1.HeaderClassName
{
color: #229B9C;
}
.AnyTagClassName
{
color: #229B9C;
}
</style>
background-color css
<style>
a { background-color: #229B9C; }
a { background-color: rgb(34,155,156); }
div.DivClassName
{
background-color: #229B9C;
}
.BgClassName
{
background-color: #229B9C;
}
</style>
border-color css
<style>
span { border-color: #229B9C; }
span { border-color: rgb(34,155,156); }
td.TdClassName
{
border-color: #229B9C;
}
.TagClassName
{
border-color: #229B9C;
}
</style>