Shades of Java #309095
Tints of Java #309095
RGB
CMYK
RGB Variations
Color information
#309095 (or 0x309095) is known color: Java. HEX triplet: 30, 90 and 95. RGB value is (48,144,149). Sum of RGB (Red+Green+Blue) = 48+144+149=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #309095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309095 is #CF6F6A. Grayscale: #737373. Windows color (decimal): -13594475 or 9801776. OLE color: 9801776.
HSL color Cylindrical-coordinate representation of color #309095: hue angle of 182.97º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309095 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 144 | 149 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.42 |
| HSL | 182.97º | 0.51% | 0.39% | - |
| HSV(B) | 182.97º | 0.68% | 0.58% | - |
| XYZ | 16.62 | 22.74 | 31.95 | - |
| YUV | 115.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 149 | 0.68 | 0.03 | 0 | 0.42 | 182.97 | 0.51 | 0.39 |
| Hex | 30 | 90 | 95 | 44 | 3 | 0 | 2A | B7 | 33 | 27 |
| Octal | 60 | 220 | 225 | 104 | 3 | 0 | 52 | 267 | 63 | 47 |
| Binary | 110000 | 10010000 | 10010101 | 1000100 | 11 | 0 | 101010 | 10110111 | 110011 | 100111 |
Color Harmonies of #309095
Complementary color
Monochromatic Colors of #309095
Black with #309095
Text Example
Text Example
White with #309095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309095; }
p { color: rgb(48,144,149); }
H1.HeaderClassName
{
color: #309095;
}
.AnyTagClassName
{
color: #309095;
}
</style>
background-color css
<style>
a { background-color: #309095; }
a { background-color: rgb(48,144,149); }
div.DivClassName
{
background-color: #309095;
}
.BgClassName
{
background-color: #309095;
}
</style>
border-color css
<style>
span { border-color: #309095; }
span { border-color: rgb(48,144,149); }
td.TdClassName
{
border-color: #309095;
}
.TagClassName
{
border-color: #309095;
}
</style>