Shades of Java #309093
Tints of Java #309093
RGB
CMYK
RGB Variations
Color information
#309093 (or 0x309093) is known color: Java. HEX triplet: 30, 90 and 93. RGB value is (48,144,147). Sum of RGB (Red+Green+Blue) = 48+144+147=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #309093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309093 is #CF6F6C. Grayscale: #737373. Windows color (decimal): -13594477 or 9670704. OLE color: 9670704.
HSL color Cylindrical-coordinate representation of color #309093: hue angle of 181.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309093 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 144 | 147 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.42 |
| HSL | 181.82º | 0.51% | 0.38% | - |
| HSV(B) | 181.82º | 0.67% | 0.58% | - |
| XYZ | 16.46 | 22.68 | 31.11 | - |
| YUV | 115.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 147 | 0.67 | 0.02 | 0 | 0.42 | 181.82 | 0.51 | 0.38 |
| Hex | 30 | 90 | 93 | 43 | 2 | 0 | 2A | B6 | 33 | 26 |
| Octal | 60 | 220 | 223 | 103 | 2 | 0 | 52 | 266 | 63 | 46 |
| Binary | 110000 | 10010000 | 10010011 | 1000011 | 10 | 0 | 101010 | 10110110 | 110011 | 100110 |
Color Harmonies of #309093
Complementary color
Monochromatic Colors of #309093
Black with #309093
Text Example
Text Example
White with #309093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309093; }
p { color: rgb(48,144,147); }
H1.HeaderClassName
{
color: #309093;
}
.AnyTagClassName
{
color: #309093;
}
</style>
background-color css
<style>
a { background-color: #309093; }
a { background-color: rgb(48,144,147); }
div.DivClassName
{
background-color: #309093;
}
.BgClassName
{
background-color: #309093;
}
</style>
border-color css
<style>
span { border-color: #309093; }
span { border-color: rgb(48,144,147); }
td.TdClassName
{
border-color: #309093;
}
.TagClassName
{
border-color: #309093;
}
</style>