Shades of Java #309F9A
Tints of Java #309F9A
RGB
CMYK
RGB Variations
Color information
#309F9A (or 0x309F9A) is known color: Java. HEX triplet: 30, 9F and 9A. RGB value is (48,159,154). Sum of RGB (Red+Green+Blue) = 48+159+154=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #309F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309F9A is #CF6065. Grayscale: #7D7D7D. Windows color (decimal): -13590630 or 10133296. OLE color: 10133296.
HSL color Cylindrical-coordinate representation of color #309F9A: hue angle of 177.3º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F9A is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 159 | 154 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.38 |
| HSL | 177.3º | 0.54% | 0.41% | - |
| HSV(B) | 177.3º | 0.7% | 0.62% | - |
| XYZ | 19.45 | 27.76 | 34.9 | - |
| YUV | 125.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 154 | 0.70 | 0 | 0.03 | 0.38 | 177.3 | 0.54 | 0.41 |
| Hex | 30 | 9F | 9A | 46 | 0 | 3 | 26 | B1 | 36 | 29 |
| Octal | 60 | 237 | 232 | 106 | 0 | 3 | 46 | 261 | 66 | 51 |
| Binary | 110000 | 10011111 | 10011010 | 1000110 | 0 | 11 | 100110 | 10110001 | 110110 | 101001 |
Color Harmonies of #309F9A
Complementary color
Monochromatic Colors of #309F9A
Black with #309F9A
Text Example
Text Example
White with #309F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309F9A; }
p { color: rgb(48,159,154); }
H1.HeaderClassName
{
color: #309F9A;
}
.AnyTagClassName
{
color: #309F9A;
}
</style>
background-color css
<style>
a { background-color: #309F9A; }
a { background-color: rgb(48,159,154); }
div.DivClassName
{
background-color: #309F9A;
}
.BgClassName
{
background-color: #309F9A;
}
</style>
border-color css
<style>
span { border-color: #309F9A; }
span { border-color: rgb(48,159,154); }
td.TdClassName
{
border-color: #309F9A;
}
.TagClassName
{
border-color: #309F9A;
}
</style>