Shades of Java #309492
Tints of Java #309492
RGB
CMYK
RGB Variations
Color information
#309492 (or 0x309492) is known color: Java. HEX triplet: 30, 94 and 92. RGB value is (48,148,146). Sum of RGB (Red+Green+Blue) = 48+148+146=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #309492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309492 is #CF6B6D. Grayscale: #757575. Windows color (decimal): -13593454 or 9606192. OLE color: 9606192.
HSL color Cylindrical-coordinate representation of color #309492: hue angle of 178.8º 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 #309492 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 146 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.42 |
| HSL | 178.8º | 0.51% | 0.38% | - |
| HSV(B) | 178.8º | 0.68% | 0.58% | - |
| XYZ | 17 | 23.88 | 30.91 | - |
| YUV | 117.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 146 | 0.68 | 0 | 0.01 | 0.42 | 178.8 | 0.51 | 0.38 |
| Hex | 30 | 94 | 92 | 44 | 0 | 1 | 2A | B3 | 33 | 26 |
| Octal | 60 | 224 | 222 | 104 | 0 | 1 | 52 | 263 | 63 | 46 |
| Binary | 110000 | 10010100 | 10010010 | 1000100 | 0 | 1 | 101010 | 10110011 | 110011 | 100110 |
Color Harmonies of #309492
Complementary color
Monochromatic Colors of #309492
Black with #309492
Text Example
Text Example
White with #309492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309492; }
p { color: rgb(48,148,146); }
H1.HeaderClassName
{
color: #309492;
}
.AnyTagClassName
{
color: #309492;
}
</style>
background-color css
<style>
a { background-color: #309492; }
a { background-color: rgb(48,148,146); }
div.DivClassName
{
background-color: #309492;
}
.BgClassName
{
background-color: #309492;
}
</style>
border-color css
<style>
span { border-color: #309492; }
span { border-color: rgb(48,148,146); }
td.TdClassName
{
border-color: #309492;
}
.TagClassName
{
border-color: #309492;
}
</style>