Shades of Java #28989C
Tints of Java #28989C
RGB
CMYK
RGB Variations
Color information
#28989C (or 0x28989C) is known color: Java. HEX triplet: 28, 98 and 9C. RGB value is (40,152,156). Sum of RGB (Red+Green+Blue) = 40+152+156=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #28989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28989C is #D76763. Grayscale: #767676. Windows color (decimal): -14116708 or 10262568. OLE color: 10262568.
HSL color Cylindrical-coordinate representation of color #28989C: hue angle of 182.07º 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 #28989C is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 152 | 156 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.39 |
| HSL | 182.07º | 0.59% | 0.38% | - |
| HSV(B) | 182.07º | 0.74% | 0.61% | - |
| XYZ | 18.1 | 25.31 | 35.38 | - |
| YUV | 118.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 156 | 0.74 | 0.03 | 0 | 0.39 | 182.07 | 0.59 | 0.38 |
| Hex | 28 | 98 | 9C | 4A | 3 | 0 | 27 | B6 | 3B | 26 |
| Octal | 50 | 230 | 234 | 112 | 3 | 0 | 47 | 266 | 73 | 46 |
| Binary | 101000 | 10011000 | 10011100 | 1001010 | 11 | 0 | 100111 | 10110110 | 111011 | 100110 |
Color Harmonies of #28989C
Complementary color
Monochromatic Colors of #28989C
Black with #28989C
Text Example
Text Example
White with #28989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28989C; }
p { color: rgb(40,152,156); }
H1.HeaderClassName
{
color: #28989C;
}
.AnyTagClassName
{
color: #28989C;
}
</style>
background-color css
<style>
a { background-color: #28989C; }
a { background-color: rgb(40,152,156); }
div.DivClassName
{
background-color: #28989C;
}
.BgClassName
{
background-color: #28989C;
}
</style>
border-color css
<style>
span { border-color: #28989C; }
span { border-color: rgb(40,152,156); }
td.TdClassName
{
border-color: #28989C;
}
.TagClassName
{
border-color: #28989C;
}
</style>