Shades of Java #309390
Tints of Java #309390
RGB
CMYK
RGB Variations
Color information
#309390 (or 0x309390) is known color: Java. HEX triplet: 30, 93 and 90. RGB value is (48,147,144). Sum of RGB (Red+Green+Blue) = 48+147+144=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #309390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309390 is #CF6C6F. Grayscale: #747474. Windows color (decimal): -13593712 or 9474864. OLE color: 9474864.
HSL color Cylindrical-coordinate representation of color #309390: hue angle of 178.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309390 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 144 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.42 |
| HSL | 178.18º | 0.51% | 0.38% | - |
| HSV(B) | 178.18º | 0.67% | 0.58% | - |
| XYZ | 16.69 | 23.51 | 30.04 | - |
| YUV | 117.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 144 | 0.67 | 0 | 0.02 | 0.42 | 178.18 | 0.51 | 0.38 |
| Hex | 30 | 93 | 90 | 43 | 0 | 2 | 2A | B2 | 33 | 26 |
| Octal | 60 | 223 | 220 | 103 | 0 | 2 | 52 | 262 | 63 | 46 |
| Binary | 110000 | 10010011 | 10010000 | 1000011 | 0 | 10 | 101010 | 10110010 | 110011 | 100110 |
Color Harmonies of #309390
Complementary color
Monochromatic Colors of #309390
Black with #309390
Text Example
Text Example
White with #309390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309390; }
p { color: rgb(48,147,144); }
H1.HeaderClassName
{
color: #309390;
}
.AnyTagClassName
{
color: #309390;
}
</style>
background-color css
<style>
a { background-color: #309390; }
a { background-color: rgb(48,147,144); }
div.DivClassName
{
background-color: #309390;
}
.BgClassName
{
background-color: #309390;
}
</style>
border-color css
<style>
span { border-color: #309390; }
span { border-color: rgb(48,147,144); }
td.TdClassName
{
border-color: #309390;
}
.TagClassName
{
border-color: #309390;
}
</style>