Shades of Java #28949B
Tints of Java #28949B
RGB
CMYK
RGB Variations
Color information
#28949B (or 0x28949B) is known color: Java. HEX triplet: 28, 94 and 9B. RGB value is (40,148,155). Sum of RGB (Red+Green+Blue) = 40+148+155=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #28949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28949B is #D76B64. Grayscale: #747474. Windows color (decimal): -14117733 or 10196008. OLE color: 10196008.
HSL color Cylindrical-coordinate representation of color #28949B: hue angle of 183.65º 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 #28949B is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 148 | 155 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.39 |
| HSL | 183.65º | 0.59% | 0.38% | - |
| HSV(B) | 183.65º | 0.74% | 0.61% | - |
| XYZ | 17.38 | 24 | 34.73 | - |
| YUV | 116.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 155 | 0.74 | 0.05 | 0 | 0.39 | 183.65 | 0.59 | 0.38 |
| Hex | 28 | 94 | 9B | 4A | 5 | 0 | 27 | B8 | 3B | 26 |
| Octal | 50 | 224 | 233 | 112 | 5 | 0 | 47 | 270 | 73 | 46 |
| Binary | 101000 | 10010100 | 10011011 | 1001010 | 101 | 0 | 100111 | 10111000 | 111011 | 100110 |
Color Harmonies of #28949B
Complementary color
Monochromatic Colors of #28949B
Black with #28949B
Text Example
Text Example
White with #28949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28949B; }
p { color: rgb(40,148,155); }
H1.HeaderClassName
{
color: #28949B;
}
.AnyTagClassName
{
color: #28949B;
}
</style>
background-color css
<style>
a { background-color: #28949B; }
a { background-color: rgb(40,148,155); }
div.DivClassName
{
background-color: #28949B;
}
.BgClassName
{
background-color: #28949B;
}
</style>
border-color css
<style>
span { border-color: #28949B; }
span { border-color: rgb(40,148,155); }
td.TdClassName
{
border-color: #28949B;
}
.TagClassName
{
border-color: #28949B;
}
</style>