Shades of Java #309892
Tints of Java #309892
RGB
CMYK
RGB Variations
Color information
#309892 (or 0x309892) is known color: Java. HEX triplet: 30, 98 and 92. RGB value is (48,152,146). Sum of RGB (Red+Green+Blue) = 48+152+146=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #309892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309892 is #CF676D. Grayscale: #787878. Windows color (decimal): -13592430 or 9607216. OLE color: 9607216.
HSL color Cylindrical-coordinate representation of color #309892: hue angle of 176.54º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309892 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 152 | 146 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.40 |
| HSL | 176.54º | 0.52% | 0.39% | - |
| HSV(B) | 176.54º | 0.68% | 0.6% | - |
| XYZ | 17.64 | 25.16 | 31.12 | - |
| YUV | 120.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 146 | 0.68 | 0 | 0.04 | 0.40 | 176.54 | 0.52 | 0.39 |
| Hex | 30 | 98 | 92 | 44 | 0 | 4 | 28 | B1 | 34 | 27 |
| Octal | 60 | 230 | 222 | 104 | 0 | 4 | 50 | 261 | 64 | 47 |
| Binary | 110000 | 10011000 | 10010010 | 1000100 | 0 | 100 | 101000 | 10110001 | 110100 | 100111 |
Color Harmonies of #309892
Complementary color
Monochromatic Colors of #309892
Black with #309892
Text Example
Text Example
White with #309892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309892; }
p { color: rgb(48,152,146); }
H1.HeaderClassName
{
color: #309892;
}
.AnyTagClassName
{
color: #309892;
}
</style>
background-color css
<style>
a { background-color: #309892; }
a { background-color: rgb(48,152,146); }
div.DivClassName
{
background-color: #309892;
}
.BgClassName
{
background-color: #309892;
}
</style>
border-color css
<style>
span { border-color: #309892; }
span { border-color: rgb(48,152,146); }
td.TdClassName
{
border-color: #309892;
}
.TagClassName
{
border-color: #309892;
}
</style>