Shades of Java #28949D
Tints of Java #28949D
RGB
CMYK
RGB Variations
Color information
#28949D (or 0x28949D) is known color: Java. HEX triplet: 28, 94 and 9D. RGB value is (40,148,157). Sum of RGB (Red+Green+Blue) = 40+148+157=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #28949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28949D is #D76B62. Grayscale: #747474. Windows color (decimal): -14117731 or 10327080. OLE color: 10327080.
HSL color Cylindrical-coordinate representation of color #28949D: hue angle of 184.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28949D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 148 | 157 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.38 |
| HSL | 184.62º | 0.59% | 0.39% | - |
| HSV(B) | 184.62º | 0.75% | 0.62% | - |
| XYZ | 17.55 | 24.07 | 35.62 | - |
| YUV | 116.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 157 | 0.75 | 0.06 | 0 | 0.38 | 184.62 | 0.59 | 0.39 |
| Hex | 28 | 94 | 9D | 4B | 6 | 0 | 26 | B9 | 3B | 27 |
| Octal | 50 | 224 | 235 | 113 | 6 | 0 | 46 | 271 | 73 | 47 |
| Binary | 101000 | 10010100 | 10011101 | 1001011 | 110 | 0 | 100110 | 10111001 | 111011 | 100111 |
Color Harmonies of #28949D
Complementary color
Monochromatic Colors of #28949D
Black with #28949D
Text Example
Text Example
White with #28949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28949D; }
p { color: rgb(40,148,157); }
H1.HeaderClassName
{
color: #28949D;
}
.AnyTagClassName
{
color: #28949D;
}
</style>
background-color css
<style>
a { background-color: #28949D; }
a { background-color: rgb(40,148,157); }
div.DivClassName
{
background-color: #28949D;
}
.BgClassName
{
background-color: #28949D;
}
</style>
border-color css
<style>
span { border-color: #28949D; }
span { border-color: rgb(40,148,157); }
td.TdClassName
{
border-color: #28949D;
}
.TagClassName
{
border-color: #28949D;
}
</style>