Shades of Java #30948D
Tints of Java #30948D
RGB
CMYK
RGB Variations
Color information
#30948D (or 0x30948D) is known color: Java. HEX triplet: 30, 94 and 8D. RGB value is (48,148,141). Sum of RGB (Red+Green+Blue) = 48+148+141=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #30948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30948D is #CF6B72. Grayscale: #757575. Windows color (decimal): -13593459 or 9278512. OLE color: 9278512.
HSL color Cylindrical-coordinate representation of color #30948D: hue angle of 175.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30948D is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 141 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.42 |
| HSL | 175.8º | 0.51% | 0.38% | - |
| HSV(B) | 175.8º | 0.68% | 0.58% | - |
| XYZ | 16.62 | 23.73 | 28.9 | - |
| YUV | 117.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 141 | 0.68 | 0 | 0.05 | 0.42 | 175.8 | 0.51 | 0.38 |
| Hex | 30 | 94 | 8D | 44 | 0 | 5 | 2A | B0 | 33 | 26 |
| Octal | 60 | 224 | 215 | 104 | 0 | 5 | 52 | 260 | 63 | 46 |
| Binary | 110000 | 10010100 | 10001101 | 1000100 | 0 | 101 | 101010 | 10110000 | 110011 | 100110 |
Color Harmonies of #30948D
Complementary color
Monochromatic Colors of #30948D
Black with #30948D
Text Example
Text Example
White with #30948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30948D; }
p { color: rgb(48,148,141); }
H1.HeaderClassName
{
color: #30948D;
}
.AnyTagClassName
{
color: #30948D;
}
</style>
background-color css
<style>
a { background-color: #30948D; }
a { background-color: rgb(48,148,141); }
div.DivClassName
{
background-color: #30948D;
}
.BgClassName
{
background-color: #30948D;
}
</style>
border-color css
<style>
span { border-color: #30948D; }
span { border-color: rgb(48,148,141); }
td.TdClassName
{
border-color: #30948D;
}
.TagClassName
{
border-color: #30948D;
}
</style>