Shades of Java #309292
Tints of Java #309292
RGB
CMYK
RGB Variations
Color information
#309292 (or 0x309292) is known color: Java. HEX triplet: 30, 92 and 92. RGB value is (48,146,146). Sum of RGB (Red+Green+Blue) = 48+146+146=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #309292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309292 is #CF6D6D. Grayscale: #747474. Windows color (decimal): -13593966 or 9605680. OLE color: 9605680.
HSL color Cylindrical-coordinate representation of color #309292: hue angle of 180º 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 #309292 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 146 | - |
| CMYK | 0.67 | 0 | 0 | 0.43 |
| HSL | 180º | 0.51% | 0.38% | - |
| HSV(B) | 180º | 0.67% | 0.57% | - |
| XYZ | 16.69 | 23.26 | 30.8 | - |
| YUV | 116.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 146 | 0.67 | 0 | 0 | 0.43 | 180 | 0.51 | 0.38 |
| Hex | 30 | 92 | 92 | 43 | 0 | 0 | 2B | B4 | 33 | 26 |
| Octal | 60 | 222 | 222 | 103 | 0 | 0 | 53 | 264 | 63 | 46 |
| Binary | 110000 | 10010010 | 10010010 | 1000011 | 0 | 0 | 101011 | 10110100 | 110011 | 100110 |
Color Harmonies of #309292
Complementary color
Monochromatic Colors of #309292
Black with #309292
Text Example
Text Example
White with #309292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309292; }
p { color: rgb(48,146,146); }
H1.HeaderClassName
{
color: #309292;
}
.AnyTagClassName
{
color: #309292;
}
</style>
background-color css
<style>
a { background-color: #309292; }
a { background-color: rgb(48,146,146); }
div.DivClassName
{
background-color: #309292;
}
.BgClassName
{
background-color: #309292;
}
</style>
border-color css
<style>
span { border-color: #309292; }
span { border-color: rgb(48,146,146); }
td.TdClassName
{
border-color: #309292;
}
.TagClassName
{
border-color: #309292;
}
</style>