Shades of Java #28909A
Tints of Java #28909A
RGB
CMYK
RGB Variations
Color information
#28909A (or 0x28909A) is known color: Java. HEX triplet: 28, 90 and 9A. RGB value is (40,144,154). Sum of RGB (Red+Green+Blue) = 40+144+154=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #28909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28909A is #D76F65. Grayscale: #717171. Windows color (decimal): -14118758 or 10129448. OLE color: 10129448.
HSL color Cylindrical-coordinate representation of color #28909A: hue angle of 185.26º 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 #28909A is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 144 | 154 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.40 |
| HSL | 185.26º | 0.59% | 0.38% | - |
| HSV(B) | 185.26º | 0.74% | 0.6% | - |
| XYZ | 16.68 | 22.73 | 34.08 | - |
| YUV | 114.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 154 | 0.74 | 0.06 | 0 | 0.40 | 185.26 | 0.59 | 0.38 |
| Hex | 28 | 90 | 9A | 4A | 6 | 0 | 28 | B9 | 3B | 26 |
| Octal | 50 | 220 | 232 | 112 | 6 | 0 | 50 | 271 | 73 | 46 |
| Binary | 101000 | 10010000 | 10011010 | 1001010 | 110 | 0 | 101000 | 10111001 | 111011 | 100110 |
Color Harmonies of #28909A
Complementary color
Monochromatic Colors of #28909A
Black with #28909A
Text Example
Text Example
White with #28909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28909A; }
p { color: rgb(40,144,154); }
H1.HeaderClassName
{
color: #28909A;
}
.AnyTagClassName
{
color: #28909A;
}
</style>
background-color css
<style>
a { background-color: #28909A; }
a { background-color: rgb(40,144,154); }
div.DivClassName
{
background-color: #28909A;
}
.BgClassName
{
background-color: #28909A;
}
</style>
border-color css
<style>
span { border-color: #28909A; }
span { border-color: rgb(40,144,154); }
td.TdClassName
{
border-color: #28909A;
}
.TagClassName
{
border-color: #28909A;
}
</style>