Shades of Java #309196
Tints of Java #309196
RGB
CMYK
RGB Variations
Color information
#309196 (or 0x309196) is known color: Java. HEX triplet: 30, 91 and 96. RGB value is (48,145,150). Sum of RGB (Red+Green+Blue) = 48+145+150=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #309196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309196 is #CF6E69. Grayscale: #747474. Windows color (decimal): -13594218 or 9867568. OLE color: 9867568.
HSL color Cylindrical-coordinate representation of color #309196: hue angle of 182.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309196 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 145 | 150 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.41 |
| HSL | 182.94º | 0.52% | 0.39% | - |
| HSV(B) | 182.94º | 0.68% | 0.59% | - |
| XYZ | 16.85 | 23.08 | 32.42 | - |
| YUV | 116.57 | 146.86 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 150 | 0.68 | 0.03 | 0 | 0.41 | 182.94 | 0.52 | 0.39 |
| Hex | 30 | 91 | 96 | 44 | 3 | 0 | 29 | B7 | 34 | 27 |
| Octal | 60 | 221 | 226 | 104 | 3 | 0 | 51 | 267 | 64 | 47 |
| Binary | 110000 | 10010001 | 10010110 | 1000100 | 11 | 0 | 101001 | 10110111 | 110100 | 100111 |
Color Harmonies of #309196
Complementary color
Monochromatic Colors of #309196
Black with #309196
Text Example
Text Example
White with #309196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309196; }
p { color: rgb(48,145,150); }
H1.HeaderClassName
{
color: #309196;
}
.AnyTagClassName
{
color: #309196;
}
</style>
background-color css
<style>
a { background-color: #309196; }
a { background-color: rgb(48,145,150); }
div.DivClassName
{
background-color: #309196;
}
.BgClassName
{
background-color: #309196;
}
</style>
border-color css
<style>
span { border-color: #309196; }
span { border-color: rgb(48,145,150); }
td.TdClassName
{
border-color: #309196;
}
.TagClassName
{
border-color: #309196;
}
</style>