Shades of Java #228F90
Tints of Java #228F90
RGB
CMYK
RGB Variations
Color information
#228F90 (or 0x228F90) is known color: Java. HEX triplet: 22, 8F and 90. RGB value is (34,143,144). Sum of RGB (Red+Green+Blue) = 34+143+144=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #228F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228F90 is #DD706F. Grayscale: #6E6E6E. Windows color (decimal): -14512240 or 9473826. OLE color: 9473826.
HSL color Cylindrical-coordinate representation of color #228F90: hue angle of 180.55º 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 #228F90 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 143 | 144 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.44 |
| HSL | 180.55º | 0.62% | 0.35% | - |
| HSV(B) | 180.55º | 0.76% | 0.56% | - |
| XYZ | 15.52 | 22 | 29.81 | - |
| YUV | 110.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 144 | 0.76 | 0.01 | 0 | 0.44 | 180.55 | 0.62 | 0.35 |
| Hex | 22 | 8F | 90 | 4C | 1 | 0 | 2C | B5 | 3E | 23 |
| Octal | 42 | 217 | 220 | 114 | 1 | 0 | 54 | 265 | 76 | 43 |
| Binary | 100010 | 10001111 | 10010000 | 1001100 | 1 | 0 | 101100 | 10110101 | 111110 | 100011 |
Color Harmonies of #228F90
Complementary color
Monochromatic Colors of #228F90
Black with #228F90
Text Example
Text Example
White with #228F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228F90; }
p { color: rgb(34,143,144); }
H1.HeaderClassName
{
color: #228F90;
}
.AnyTagClassName
{
color: #228F90;
}
</style>
background-color css
<style>
a { background-color: #228F90; }
a { background-color: rgb(34,143,144); }
div.DivClassName
{
background-color: #228F90;
}
.BgClassName
{
background-color: #228F90;
}
</style>
border-color css
<style>
span { border-color: #228F90; }
span { border-color: rgb(34,143,144); }
td.TdClassName
{
border-color: #228F90;
}
.TagClassName
{
border-color: #228F90;
}
</style>