Shades of Java #309D99
Tints of Java #309D99
RGB
CMYK
RGB Variations
Color information
#309D99 (or 0x309D99) is known color: Java. HEX triplet: 30, 9D and 99. RGB value is (48,157,153). Sum of RGB (Red+Green+Blue) = 48+157+153=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #309D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D99 is #CF6266. Grayscale: #7B7B7B. Windows color (decimal): -13591143 or 10067248. OLE color: 10067248.
HSL color Cylindrical-coordinate representation of color #309D99: hue angle of 177.8º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D99 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 157 | 153 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.38 |
| HSL | 177.8º | 0.53% | 0.4% | - |
| HSV(B) | 177.8º | 0.69% | 0.62% | - |
| XYZ | 19.03 | 27.04 | 34.35 | - |
| YUV | 123.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 153 | 0.69 | 0 | 0.03 | 0.38 | 177.8 | 0.53 | 0.4 |
| Hex | 30 | 9D | 99 | 45 | 0 | 3 | 26 | B2 | 35 | 28 |
| Octal | 60 | 235 | 231 | 105 | 0 | 3 | 46 | 262 | 65 | 50 |
| Binary | 110000 | 10011101 | 10011001 | 1000101 | 0 | 11 | 100110 | 10110010 | 110101 | 101000 |
Color Harmonies of #309D99
Complementary color
Monochromatic Colors of #309D99
Black with #309D99
Text Example
Text Example
White with #309D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309D99; }
p { color: rgb(48,157,153); }
H1.HeaderClassName
{
color: #309D99;
}
.AnyTagClassName
{
color: #309D99;
}
</style>
background-color css
<style>
a { background-color: #309D99; }
a { background-color: rgb(48,157,153); }
div.DivClassName
{
background-color: #309D99;
}
.BgClassName
{
background-color: #309D99;
}
</style>
border-color css
<style>
span { border-color: #309D99; }
span { border-color: rgb(48,157,153); }
td.TdClassName
{
border-color: #309D99;
}
.TagClassName
{
border-color: #309D99;
}
</style>