Shades of Java #228C90
Tints of Java #228C90
RGB
CMYK
RGB Variations
Color information
#228C90 (or 0x228C90) is known color: Java. HEX triplet: 22, 8C and 90. RGB value is (34,140,144). Sum of RGB (Red+Green+Blue) = 34+140+144=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #228C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C90 is #DD736F. Grayscale: #6C6C6C. Windows color (decimal): -14513008 or 9473058. OLE color: 9473058.
HSL color Cylindrical-coordinate representation of color #228C90: hue angle of 182.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228C90 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 140 | 144 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.44 |
| HSL | 182.18º | 0.62% | 0.35% | - |
| HSV(B) | 182.18º | 0.76% | 0.56% | - |
| XYZ | 15.07 | 21.11 | 29.67 | - |
| YUV | 108.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 144 | 0.76 | 0.03 | 0 | 0.44 | 182.18 | 0.62 | 0.35 |
| Hex | 22 | 8C | 90 | 4C | 3 | 0 | 2C | B6 | 3E | 23 |
| Octal | 42 | 214 | 220 | 114 | 3 | 0 | 54 | 266 | 76 | 43 |
| Binary | 100010 | 10001100 | 10010000 | 1001100 | 11 | 0 | 101100 | 10110110 | 111110 | 100011 |
Color Harmonies of #228C90
Complementary color
Monochromatic Colors of #228C90
Black with #228C90
Text Example
Text Example
White with #228C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228C90; }
p { color: rgb(34,140,144); }
H1.HeaderClassName
{
color: #228C90;
}
.AnyTagClassName
{
color: #228C90;
}
</style>
background-color css
<style>
a { background-color: #228C90; }
a { background-color: rgb(34,140,144); }
div.DivClassName
{
background-color: #228C90;
}
.BgClassName
{
background-color: #228C90;
}
</style>
border-color css
<style>
span { border-color: #228C90; }
span { border-color: rgb(34,140,144); }
td.TdClassName
{
border-color: #228C90;
}
.TagClassName
{
border-color: #228C90;
}
</style>