Shades of Java #308F93
Tints of Java #308F93
RGB
CMYK
RGB Variations
Color information
#308F93 (or 0x308F93) is known color: Java. HEX triplet: 30, 8F and 93. RGB value is (48,143,147). Sum of RGB (Red+Green+Blue) = 48+143+147=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #308F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F93 is #CF706C. Grayscale: #727272. Windows color (decimal): -13594733 or 9670448. OLE color: 9670448.
HSL color Cylindrical-coordinate representation of color #308F93: hue angle of 182.42º 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 #308F93 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 143 | 147 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.42 |
| HSL | 182.42º | 0.51% | 0.38% | - |
| HSV(B) | 182.42º | 0.67% | 0.58% | - |
| XYZ | 16.31 | 22.38 | 31.06 | - |
| YUV | 115.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 147 | 0.67 | 0.03 | 0 | 0.42 | 182.42 | 0.51 | 0.38 |
| Hex | 30 | 8F | 93 | 43 | 3 | 0 | 2A | B6 | 33 | 26 |
| Octal | 60 | 217 | 223 | 103 | 3 | 0 | 52 | 266 | 63 | 46 |
| Binary | 110000 | 10001111 | 10010011 | 1000011 | 11 | 0 | 101010 | 10110110 | 110011 | 100110 |
Color Harmonies of #308F93
Complementary color
Monochromatic Colors of #308F93
Black with #308F93
Text Example
Text Example
White with #308F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F93; }
p { color: rgb(48,143,147); }
H1.HeaderClassName
{
color: #308F93;
}
.AnyTagClassName
{
color: #308F93;
}
</style>
background-color css
<style>
a { background-color: #308F93; }
a { background-color: rgb(48,143,147); }
div.DivClassName
{
background-color: #308F93;
}
.BgClassName
{
background-color: #308F93;
}
</style>
border-color css
<style>
span { border-color: #308F93; }
span { border-color: rgb(48,143,147); }
td.TdClassName
{
border-color: #308F93;
}
.TagClassName
{
border-color: #308F93;
}
</style>