Shades of Java #309E99
Tints of Java #309E99
RGB
CMYK
RGB Variations
Color information
#309E99 (or 0x309E99) is known color: Java. HEX triplet: 30, 9E and 99. RGB value is (48,158,153). Sum of RGB (Red+Green+Blue) = 48+158+153=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #309E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309E99 is #CF6166. Grayscale: #7C7C7C. Windows color (decimal): -13590887 or 10067504. OLE color: 10067504.
HSL color Cylindrical-coordinate representation of color #309E99: hue angle of 177.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E99 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 158 | 153 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.38 |
| HSL | 177.27º | 0.53% | 0.4% | - |
| HSV(B) | 177.27º | 0.7% | 0.62% | - |
| XYZ | 19.2 | 27.38 | 34.41 | - |
| YUV | 124.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 153 | 0.70 | 0 | 0.03 | 0.38 | 177.27 | 0.53 | 0.4 |
| Hex | 30 | 9E | 99 | 46 | 0 | 3 | 26 | B1 | 35 | 28 |
| Octal | 60 | 236 | 231 | 106 | 0 | 3 | 46 | 261 | 65 | 50 |
| Binary | 110000 | 10011110 | 10011001 | 1000110 | 0 | 11 | 100110 | 10110001 | 110101 | 101000 |
Color Harmonies of #309E99
Complementary color
Monochromatic Colors of #309E99
Black with #309E99
Text Example
Text Example
White with #309E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309E99; }
p { color: rgb(48,158,153); }
H1.HeaderClassName
{
color: #309E99;
}
.AnyTagClassName
{
color: #309E99;
}
</style>
background-color css
<style>
a { background-color: #309E99; }
a { background-color: rgb(48,158,153); }
div.DivClassName
{
background-color: #309E99;
}
.BgClassName
{
background-color: #309E99;
}
</style>
border-color css
<style>
span { border-color: #309E99; }
span { border-color: rgb(48,158,153); }
td.TdClassName
{
border-color: #309E99;
}
.TagClassName
{
border-color: #309E99;
}
</style>