Shades of Java #309194
Tints of Java #309194
RGB
CMYK
RGB Variations
Color information
#309194 (or 0x309194) is known color: Java. HEX triplet: 30, 91 and 94. RGB value is (48,145,148). Sum of RGB (Red+Green+Blue) = 48+145+148=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #309194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309194 is #CF6E6B. Grayscale: #747474. Windows color (decimal): -13594220 or 9736496. OLE color: 9736496.
HSL color Cylindrical-coordinate representation of color #309194: hue angle of 181.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 #309194 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 145 | 148 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.42 |
| HSL | 181.8º | 0.51% | 0.38% | - |
| HSV(B) | 181.8º | 0.68% | 0.58% | - |
| XYZ | 16.69 | 23.02 | 31.58 | - |
| YUV | 116.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 148 | 0.68 | 0.02 | 0 | 0.42 | 181.8 | 0.51 | 0.38 |
| Hex | 30 | 91 | 94 | 44 | 2 | 0 | 2A | B6 | 33 | 26 |
| Octal | 60 | 221 | 224 | 104 | 2 | 0 | 52 | 266 | 63 | 46 |
| Binary | 110000 | 10010001 | 10010100 | 1000100 | 10 | 0 | 101010 | 10110110 | 110011 | 100110 |
Color Harmonies of #309194
Complementary color
Monochromatic Colors of #309194
Black with #309194
Text Example
Text Example
White with #309194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309194; }
p { color: rgb(48,145,148); }
H1.HeaderClassName
{
color: #309194;
}
.AnyTagClassName
{
color: #309194;
}
</style>
background-color css
<style>
a { background-color: #309194; }
a { background-color: rgb(48,145,148); }
div.DivClassName
{
background-color: #309194;
}
.BgClassName
{
background-color: #309194;
}
</style>
border-color css
<style>
span { border-color: #309194; }
span { border-color: rgb(48,145,148); }
td.TdClassName
{
border-color: #309194;
}
.TagClassName
{
border-color: #309194;
}
</style>