Shades of Java #28939B
Tints of Java #28939B
RGB
CMYK
RGB Variations
Color information
#28939B (or 0x28939B) is known color: Java. HEX triplet: 28, 93 and 9B. RGB value is (40,147,155). Sum of RGB (Red+Green+Blue) = 40+147+155=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #28939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28939B is #D76C64. Grayscale: #737373. Windows color (decimal): -14117989 or 10195752. OLE color: 10195752.
HSL color Cylindrical-coordinate representation of color #28939B: hue angle of 184.17º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28939B is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 147 | 155 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.39 |
| HSL | 184.17º | 0.59% | 0.38% | - |
| HSV(B) | 184.17º | 0.74% | 0.61% | - |
| XYZ | 17.23 | 23.69 | 34.67 | - |
| YUV | 115.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 155 | 0.74 | 0.05 | 0 | 0.39 | 184.17 | 0.59 | 0.38 |
| Hex | 28 | 93 | 9B | 4A | 5 | 0 | 27 | B8 | 3B | 26 |
| Octal | 50 | 223 | 233 | 112 | 5 | 0 | 47 | 270 | 73 | 46 |
| Binary | 101000 | 10010011 | 10011011 | 1001010 | 101 | 0 | 100111 | 10111000 | 111011 | 100110 |
Color Harmonies of #28939B
Complementary color
Monochromatic Colors of #28939B
Black with #28939B
Text Example
Text Example
White with #28939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28939B; }
p { color: rgb(40,147,155); }
H1.HeaderClassName
{
color: #28939B;
}
.AnyTagClassName
{
color: #28939B;
}
</style>
background-color css
<style>
a { background-color: #28939B; }
a { background-color: rgb(40,147,155); }
div.DivClassName
{
background-color: #28939B;
}
.BgClassName
{
background-color: #28939B;
}
</style>
border-color css
<style>
span { border-color: #28939B; }
span { border-color: rgb(40,147,155); }
td.TdClassName
{
border-color: #28939B;
}
.TagClassName
{
border-color: #28939B;
}
</style>