Shades of Java #28969C
Tints of Java #28969C
RGB
CMYK
RGB Variations
Color information
#28969C (or 0x28969C) is known color: Java. HEX triplet: 28, 96 and 9C. RGB value is (40,150,156). Sum of RGB (Red+Green+Blue) = 40+150+156=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #28969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28969C is #D76963. Grayscale: #757575. Windows color (decimal): -14117220 or 10262056. OLE color: 10262056.
HSL color Cylindrical-coordinate representation of color #28969C: hue angle of 183.1º 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 #28969C is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 150 | 156 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.39 |
| HSL | 183.1º | 0.59% | 0.38% | - |
| HSV(B) | 183.1º | 0.74% | 0.61% | - |
| XYZ | 17.78 | 24.66 | 35.28 | - |
| YUV | 117.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 156 | 0.74 | 0.04 | 0 | 0.39 | 183.1 | 0.59 | 0.38 |
| Hex | 28 | 96 | 9C | 4A | 4 | 0 | 27 | B7 | 3B | 26 |
| Octal | 50 | 226 | 234 | 112 | 4 | 0 | 47 | 267 | 73 | 46 |
| Binary | 101000 | 10010110 | 10011100 | 1001010 | 100 | 0 | 100111 | 10110111 | 111011 | 100110 |
Color Harmonies of #28969C
Complementary color
Monochromatic Colors of #28969C
Black with #28969C
Text Example
Text Example
White with #28969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28969C; }
p { color: rgb(40,150,156); }
H1.HeaderClassName
{
color: #28969C;
}
.AnyTagClassName
{
color: #28969C;
}
</style>
background-color css
<style>
a { background-color: #28969C; }
a { background-color: rgb(40,150,156); }
div.DivClassName
{
background-color: #28969C;
}
.BgClassName
{
background-color: #28969C;
}
</style>
border-color css
<style>
span { border-color: #28969C; }
span { border-color: rgb(40,150,156); }
td.TdClassName
{
border-color: #28969C;
}
.TagClassName
{
border-color: #28969C;
}
</style>