Shades of Java #309491
Tints of Java #309491
RGB
CMYK
RGB Variations
Color information
#309491 (or 0x309491) is known color: Java. HEX triplet: 30, 94 and 91. RGB value is (48,148,145). Sum of RGB (Red+Green+Blue) = 48+148+145=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #309491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309491 is #CF6B6E. Grayscale: #757575. Windows color (decimal): -13593455 or 9540656. OLE color: 9540656.
HSL color Cylindrical-coordinate representation of color #309491: hue angle of 178.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309491 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 145 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.42 |
| HSL | 178.2º | 0.51% | 0.38% | - |
| HSV(B) | 178.2º | 0.68% | 0.58% | - |
| XYZ | 16.92 | 23.85 | 30.5 | - |
| YUV | 117.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 145 | 0.68 | 0 | 0.02 | 0.42 | 178.2 | 0.51 | 0.38 |
| Hex | 30 | 94 | 91 | 44 | 0 | 2 | 2A | B2 | 33 | 26 |
| Octal | 60 | 224 | 221 | 104 | 0 | 2 | 52 | 262 | 63 | 46 |
| Binary | 110000 | 10010100 | 10010001 | 1000100 | 0 | 10 | 101010 | 10110010 | 110011 | 100110 |
Color Harmonies of #309491
Complementary color
Monochromatic Colors of #309491
Black with #309491
Text Example
Text Example
White with #309491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309491; }
p { color: rgb(48,148,145); }
H1.HeaderClassName
{
color: #309491;
}
.AnyTagClassName
{
color: #309491;
}
</style>
background-color css
<style>
a { background-color: #309491; }
a { background-color: rgb(48,148,145); }
div.DivClassName
{
background-color: #309491;
}
.BgClassName
{
background-color: #309491;
}
</style>
border-color css
<style>
span { border-color: #309491; }
span { border-color: rgb(48,148,145); }
td.TdClassName
{
border-color: #309491;
}
.TagClassName
{
border-color: #309491;
}
</style>