Shades of Java #28919A
Tints of Java #28919A
RGB
CMYK
RGB Variations
Color information
#28919A (or 0x28919A) is known color: Java. HEX triplet: 28, 91 and 9A. RGB value is (40,145,154). Sum of RGB (Red+Green+Blue) = 40+145+154=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #28919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28919A is #D76E65. Grayscale: #727272. Windows color (decimal): -14118502 or 10129704. OLE color: 10129704.
HSL color Cylindrical-coordinate representation of color #28919A: hue angle of 184.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28919A is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 145 | 154 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.40 |
| HSL | 184.74º | 0.59% | 0.38% | - |
| HSV(B) | 184.74º | 0.74% | 0.6% | - |
| XYZ | 16.83 | 23.04 | 34.13 | - |
| YUV | 114.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 154 | 0.74 | 0.06 | 0 | 0.40 | 184.74 | 0.59 | 0.38 |
| Hex | 28 | 91 | 9A | 4A | 6 | 0 | 28 | B9 | 3B | 26 |
| Octal | 50 | 221 | 232 | 112 | 6 | 0 | 50 | 271 | 73 | 46 |
| Binary | 101000 | 10010001 | 10011010 | 1001010 | 110 | 0 | 101000 | 10111001 | 111011 | 100110 |
Color Harmonies of #28919A
Complementary color
Monochromatic Colors of #28919A
Black with #28919A
Text Example
Text Example
White with #28919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28919A; }
p { color: rgb(40,145,154); }
H1.HeaderClassName
{
color: #28919A;
}
.AnyTagClassName
{
color: #28919A;
}
</style>
background-color css
<style>
a { background-color: #28919A; }
a { background-color: rgb(40,145,154); }
div.DivClassName
{
background-color: #28919A;
}
.BgClassName
{
background-color: #28919A;
}
</style>
border-color css
<style>
span { border-color: #28919A; }
span { border-color: rgb(40,145,154); }
td.TdClassName
{
border-color: #28919A;
}
.TagClassName
{
border-color: #28919A;
}
</style>