Shades of Java #309295
Tints of Java #309295
RGB
CMYK
RGB Variations
Color information
#309295 (or 0x309295) is known color: Java. HEX triplet: 30, 92 and 95. RGB value is (48,146,149). Sum of RGB (Red+Green+Blue) = 48+146+149=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #309295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309295 is #CF6D6A. Grayscale: #747474. Windows color (decimal): -13593963 or 9802288. OLE color: 9802288.
HSL color Cylindrical-coordinate representation of color #309295: hue angle of 181.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309295 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 146 | 149 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.42 |
| HSL | 181.78º | 0.51% | 0.39% | - |
| HSV(B) | 181.78º | 0.68% | 0.58% | - |
| XYZ | 16.92 | 23.36 | 32.05 | - |
| YUV | 117.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 149 | 0.68 | 0.02 | 0 | 0.42 | 181.78 | 0.51 | 0.39 |
| Hex | 30 | 92 | 95 | 44 | 2 | 0 | 2A | B6 | 33 | 27 |
| Octal | 60 | 222 | 225 | 104 | 2 | 0 | 52 | 266 | 63 | 47 |
| Binary | 110000 | 10010010 | 10010101 | 1000100 | 10 | 0 | 101010 | 10110110 | 110011 | 100111 |
Color Harmonies of #309295
Complementary color
Monochromatic Colors of #309295
Black with #309295
Text Example
Text Example
White with #309295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309295; }
p { color: rgb(48,146,149); }
H1.HeaderClassName
{
color: #309295;
}
.AnyTagClassName
{
color: #309295;
}
</style>
background-color css
<style>
a { background-color: #309295; }
a { background-color: rgb(48,146,149); }
div.DivClassName
{
background-color: #309295;
}
.BgClassName
{
background-color: #309295;
}
</style>
border-color css
<style>
span { border-color: #309295; }
span { border-color: rgb(48,146,149); }
td.TdClassName
{
border-color: #309295;
}
.TagClassName
{
border-color: #309295;
}
</style>