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