Shades of Java #309698
Tints of Java #309698
RGB
CMYK
RGB Variations
Color information
#309698 (or 0x309698) is known color: Java. HEX triplet: 30, 96 and 98. RGB value is (48,150,152). Sum of RGB (Red+Green+Blue) = 48+150+152=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #309698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309698 is #CF6967. Grayscale: #777777. Windows color (decimal): -13592936 or 9999920. OLE color: 9999920.
HSL color Cylindrical-coordinate representation of color #309698: hue angle of 181.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309698 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 150 | 152 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.40 |
| HSL | 181.15º | 0.52% | 0.39% | - |
| HSV(B) | 181.15º | 0.68% | 0.6% | - |
| XYZ | 17.79 | 24.71 | 33.54 | - |
| YUV | 119.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 152 | 0.68 | 0.01 | 0 | 0.40 | 181.15 | 0.52 | 0.39 |
| Hex | 30 | 96 | 98 | 44 | 1 | 0 | 28 | B5 | 34 | 27 |
| Octal | 60 | 226 | 230 | 104 | 1 | 0 | 50 | 265 | 64 | 47 |
| Binary | 110000 | 10010110 | 10011000 | 1000100 | 1 | 0 | 101000 | 10110101 | 110100 | 100111 |
Color Harmonies of #309698
Complementary color
Monochromatic Colors of #309698
Black with #309698
Text Example
Text Example
White with #309698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309698; }
p { color: rgb(48,150,152); }
H1.HeaderClassName
{
color: #309698;
}
.AnyTagClassName
{
color: #309698;
}
</style>
background-color css
<style>
a { background-color: #309698; }
a { background-color: rgb(48,150,152); }
div.DivClassName
{
background-color: #309698;
}
.BgClassName
{
background-color: #309698;
}
</style>
border-color css
<style>
span { border-color: #309698; }
span { border-color: rgb(48,150,152); }
td.TdClassName
{
border-color: #309698;
}
.TagClassName
{
border-color: #309698;
}
</style>