Shades of Java #309490
Tints of Java #309490
RGB
CMYK
RGB Variations
Color information
#309490 (or 0x309490) is known color: Java. HEX triplet: 30, 94 and 90. RGB value is (48,148,144). Sum of RGB (Red+Green+Blue) = 48+148+144=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #309490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309490 is #CF6B6F. Grayscale: #757575. Windows color (decimal): -13593456 or 9475120. OLE color: 9475120.
HSL color Cylindrical-coordinate representation of color #309490: hue angle of 177.6º 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 #309490 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 144 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.42 |
| HSL | 177.6º | 0.51% | 0.38% | - |
| HSV(B) | 177.6º | 0.68% | 0.58% | - |
| XYZ | 16.84 | 23.82 | 30.1 | - |
| YUV | 117.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 144 | 0.68 | 0 | 0.03 | 0.42 | 177.6 | 0.51 | 0.38 |
| Hex | 30 | 94 | 90 | 44 | 0 | 3 | 2A | B2 | 33 | 26 |
| Octal | 60 | 224 | 220 | 104 | 0 | 3 | 52 | 262 | 63 | 46 |
| Binary | 110000 | 10010100 | 10010000 | 1000100 | 0 | 11 | 101010 | 10110010 | 110011 | 100110 |
Color Harmonies of #309490
Complementary color
Monochromatic Colors of #309490
Black with #309490
Text Example
Text Example
White with #309490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309490; }
p { color: rgb(48,148,144); }
H1.HeaderClassName
{
color: #309490;
}
.AnyTagClassName
{
color: #309490;
}
</style>
background-color css
<style>
a { background-color: #309490; }
a { background-color: rgb(48,148,144); }
div.DivClassName
{
background-color: #309490;
}
.BgClassName
{
background-color: #309490;
}
</style>
border-color css
<style>
span { border-color: #309490; }
span { border-color: rgb(48,148,144); }
td.TdClassName
{
border-color: #309490;
}
.TagClassName
{
border-color: #309490;
}
</style>