Shades of Java #30999A
Tints of Java #30999A
RGB
CMYK
RGB Variations
Color information
#30999A (or 0x30999A) is known color: Java. HEX triplet: 30, 99 and 9A. RGB value is (48,153,154). Sum of RGB (Red+Green+Blue) = 48+153+154=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #30999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30999A is #CF6665. Grayscale: #797979. Windows color (decimal): -13592166 or 10131760. OLE color: 10131760.
HSL color Cylindrical-coordinate representation of color #30999A: hue angle of 180.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30999A is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 153 | 154 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.40 |
| HSL | 180.57º | 0.52% | 0.4% | - |
| HSV(B) | 180.57º | 0.69% | 0.6% | - |
| XYZ | 18.44 | 25.74 | 34.57 | - |
| YUV | 121.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 154 | 0.69 | 0.01 | 0 | 0.40 | 180.57 | 0.52 | 0.4 |
| Hex | 30 | 99 | 9A | 45 | 1 | 0 | 28 | B5 | 34 | 28 |
| Octal | 60 | 231 | 232 | 105 | 1 | 0 | 50 | 265 | 64 | 50 |
| Binary | 110000 | 10011001 | 10011010 | 1000101 | 1 | 0 | 101000 | 10110101 | 110100 | 101000 |
Color Harmonies of #30999A
Complementary color
Monochromatic Colors of #30999A
Black with #30999A
Text Example
Text Example
White with #30999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30999A; }
p { color: rgb(48,153,154); }
H1.HeaderClassName
{
color: #30999A;
}
.AnyTagClassName
{
color: #30999A;
}
</style>
background-color css
<style>
a { background-color: #30999A; }
a { background-color: rgb(48,153,154); }
div.DivClassName
{
background-color: #30999A;
}
.BgClassName
{
background-color: #30999A;
}
</style>
border-color css
<style>
span { border-color: #30999A; }
span { border-color: rgb(48,153,154); }
td.TdClassName
{
border-color: #30999A;
}
.TagClassName
{
border-color: #30999A;
}
</style>