Shades of Java #30979C
Tints of Java #30979C
RGB
CMYK
RGB Variations
Color information
#30979C (or 0x30979C) is known color: Java. HEX triplet: 30, 97 and 9C. RGB value is (48,151,156). Sum of RGB (Red+Green+Blue) = 48+151+156=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #30979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30979C is #CF6863. Grayscale: #787878. Windows color (decimal): -13592676 or 10262320. OLE color: 10262320.
HSL color Cylindrical-coordinate representation of color #30979C: hue angle of 182.78º 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 #30979C is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 151 | 156 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.39 |
| HSL | 182.78º | 0.53% | 0.4% | - |
| HSV(B) | 182.78º | 0.69% | 0.61% | - |
| XYZ | 18.29 | 25.16 | 35.35 | - |
| YUV | 120.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 156 | 0.69 | 0.03 | 0 | 0.39 | 182.78 | 0.53 | 0.4 |
| Hex | 30 | 97 | 9C | 45 | 3 | 0 | 27 | B7 | 35 | 28 |
| Octal | 60 | 227 | 234 | 105 | 3 | 0 | 47 | 267 | 65 | 50 |
| Binary | 110000 | 10010111 | 10011100 | 1000101 | 11 | 0 | 100111 | 10110111 | 110101 | 101000 |
Color Harmonies of #30979C
Complementary color
Monochromatic Colors of #30979C
Black with #30979C
Text Example
Text Example
White with #30979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30979C; }
p { color: rgb(48,151,156); }
H1.HeaderClassName
{
color: #30979C;
}
.AnyTagClassName
{
color: #30979C;
}
</style>
background-color css
<style>
a { background-color: #30979C; }
a { background-color: rgb(48,151,156); }
div.DivClassName
{
background-color: #30979C;
}
.BgClassName
{
background-color: #30979C;
}
</style>
border-color css
<style>
span { border-color: #30979C; }
span { border-color: rgb(48,151,156); }
td.TdClassName
{
border-color: #30979C;
}
.TagClassName
{
border-color: #30979C;
}
</style>