Shades of Java #309092
Tints of Java #309092
RGB
CMYK
RGB Variations
Color information
#309092 (or 0x309092) is known color: Java. HEX triplet: 30, 90 and 92. RGB value is (48,144,146). Sum of RGB (Red+Green+Blue) = 48+144+146=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #309092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309092 is #CF6F6D. Grayscale: #737373. Windows color (decimal): -13594478 or 9605168. OLE color: 9605168.
HSL color Cylindrical-coordinate representation of color #309092: hue angle of 181.22º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309092 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 144 | 146 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.43 |
| HSL | 181.22º | 0.51% | 0.38% | - |
| HSV(B) | 181.22º | 0.67% | 0.57% | - |
| XYZ | 16.38 | 22.65 | 30.7 | - |
| YUV | 115.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 146 | 0.67 | 0.01 | 0 | 0.43 | 181.22 | 0.51 | 0.38 |
| Hex | 30 | 90 | 92 | 43 | 1 | 0 | 2B | B5 | 33 | 26 |
| Octal | 60 | 220 | 222 | 103 | 1 | 0 | 53 | 265 | 63 | 46 |
| Binary | 110000 | 10010000 | 10010010 | 1000011 | 1 | 0 | 101011 | 10110101 | 110011 | 100110 |
Color Harmonies of #309092
Complementary color
Monochromatic Colors of #309092
Black with #309092
Text Example
Text Example
White with #309092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309092; }
p { color: rgb(48,144,146); }
H1.HeaderClassName
{
color: #309092;
}
.AnyTagClassName
{
color: #309092;
}
</style>
background-color css
<style>
a { background-color: #309092; }
a { background-color: rgb(48,144,146); }
div.DivClassName
{
background-color: #309092;
}
.BgClassName
{
background-color: #309092;
}
</style>
border-color css
<style>
span { border-color: #309092; }
span { border-color: rgb(48,144,146); }
td.TdClassName
{
border-color: #309092;
}
.TagClassName
{
border-color: #309092;
}
</style>