Shades of Java #309599
Tints of Java #309599
RGB
CMYK
RGB Variations
Color information
#309599 (or 0x309599) is known color: Java. HEX triplet: 30, 95 and 99. RGB value is (48,149,153). Sum of RGB (Red+Green+Blue) = 48+149+153=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #309599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309599 is #CF6A66. Grayscale: #777777. Windows color (decimal): -13593191 or 10065200. OLE color: 10065200.
HSL color Cylindrical-coordinate representation of color #309599: hue angle of 182.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309599 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 149 | 153 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.4 |
| HSL | 182.29º | 0.52% | 0.39% | - |
| HSV(B) | 182.29º | 0.69% | 0.6% | - |
| XYZ | 17.72 | 24.42 | 33.92 | - |
| YUV | 119.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 153 | 0.69 | 0.03 | 0 | 0.4 | 182.29 | 0.52 | 0.39 |
| Hex | 30 | 95 | 99 | 45 | 3 | 0 | 28 | B6 | 34 | 27 |
| Octal | 60 | 225 | 231 | 105 | 3 | 0 | 50 | 266 | 64 | 47 |
| Binary | 110000 | 10010101 | 10011001 | 1000101 | 11 | 0 | 101000 | 10110110 | 110100 | 100111 |
Color Harmonies of #309599
Complementary color
Monochromatic Colors of #309599
Black with #309599
Text Example
Text Example
White with #309599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309599; }
p { color: rgb(48,149,153); }
H1.HeaderClassName
{
color: #309599;
}
.AnyTagClassName
{
color: #309599;
}
</style>
background-color css
<style>
a { background-color: #309599; }
a { background-color: rgb(48,149,153); }
div.DivClassName
{
background-color: #309599;
}
.BgClassName
{
background-color: #309599;
}
</style>
border-color css
<style>
span { border-color: #309599; }
span { border-color: rgb(48,149,153); }
td.TdClassName
{
border-color: #309599;
}
.TagClassName
{
border-color: #309599;
}
</style>