Shades of Java #30989C
Tints of Java #30989C
RGB
CMYK
RGB Variations
Color information
#30989C (or 0x30989C) is known color: Java. HEX triplet: 30, 98 and 9C. RGB value is (48,152,156). Sum of RGB (Red+Green+Blue) = 48+152+156=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #30989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30989C is #CF6763. Grayscale: #797979. Windows color (decimal): -13592420 or 10262576. OLE color: 10262576.
HSL color Cylindrical-coordinate representation of color #30989C: hue angle of 182.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30989C is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 152 | 156 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.39 |
| HSL | 182.22º | 0.53% | 0.4% | - |
| HSV(B) | 182.22º | 0.69% | 0.61% | - |
| XYZ | 18.45 | 25.49 | 35.4 | - |
| YUV | 121.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 156 | 0.69 | 0.03 | 0 | 0.39 | 182.22 | 0.53 | 0.4 |
| Hex | 30 | 98 | 9C | 45 | 3 | 0 | 27 | B6 | 35 | 28 |
| Octal | 60 | 230 | 234 | 105 | 3 | 0 | 47 | 266 | 65 | 50 |
| Binary | 110000 | 10011000 | 10011100 | 1000101 | 11 | 0 | 100111 | 10110110 | 110101 | 101000 |
Color Harmonies of #30989C
Complementary color
Monochromatic Colors of #30989C
Black with #30989C
Text Example
Text Example
White with #30989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30989C; }
p { color: rgb(48,152,156); }
H1.HeaderClassName
{
color: #30989C;
}
.AnyTagClassName
{
color: #30989C;
}
</style>
background-color css
<style>
a { background-color: #30989C; }
a { background-color: rgb(48,152,156); }
div.DivClassName
{
background-color: #30989C;
}
.BgClassName
{
background-color: #30989C;
}
</style>
border-color css
<style>
span { border-color: #30989C; }
span { border-color: rgb(48,152,156); }
td.TdClassName
{
border-color: #30989C;
}
.TagClassName
{
border-color: #30989C;
}
</style>