Shades of Java #309190
Tints of Java #309190
RGB
CMYK
RGB Variations
Color information
#309190 (or 0x309190) is known color: Java. HEX triplet: 30, 91 and 90. RGB value is (48,145,144). Sum of RGB (Red+Green+Blue) = 48+145+144=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #309190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309190 is #CF6E6F. Grayscale: #737373. Windows color (decimal): -13594224 or 9474352. OLE color: 9474352.
HSL color Cylindrical-coordinate representation of color #309190: hue angle of 179.38º degrees, saturation: 0.5, 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 #309190 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 144 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.43 |
| HSL | 179.38º | 0.5% | 0.38% | - |
| HSV(B) | 179.38º | 0.67% | 0.57% | - |
| XYZ | 16.38 | 22.89 | 29.94 | - |
| YUV | 115.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 144 | 0.67 | 0 | 0.01 | 0.43 | 179.38 | 0.5 | 0.38 |
| Hex | 30 | 91 | 90 | 43 | 0 | 1 | 2B | B3 | 32 | 26 |
| Octal | 60 | 221 | 220 | 103 | 0 | 1 | 53 | 263 | 62 | 46 |
| Binary | 110000 | 10010001 | 10010000 | 1000011 | 0 | 1 | 101011 | 10110011 | 110010 | 100110 |
Color Harmonies of #309190
Complementary color
Monochromatic Colors of #309190
Black with #309190
Text Example
Text Example
White with #309190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309190; }
p { color: rgb(48,145,144); }
H1.HeaderClassName
{
color: #309190;
}
.AnyTagClassName
{
color: #309190;
}
</style>
background-color css
<style>
a { background-color: #309190; }
a { background-color: rgb(48,145,144); }
div.DivClassName
{
background-color: #309190;
}
.BgClassName
{
background-color: #309190;
}
</style>
border-color css
<style>
span { border-color: #309190; }
span { border-color: rgb(48,145,144); }
td.TdClassName
{
border-color: #309190;
}
.TagClassName
{
border-color: #309190;
}
</style>