Shades of Java #308F90
Tints of Java #308F90
RGB
CMYK
RGB Variations
Color information
#308F90 (or 0x308F90) is known color: Java. HEX triplet: 30, 8F and 90. RGB value is (48,143,144). Sum of RGB (Red+Green+Blue) = 48+143+144=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #308F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308F90 is #CF706F. Grayscale: #727272. Windows color (decimal): -13594736 or 9473840. OLE color: 9473840.
HSL color Cylindrical-coordinate representation of color #308F90: hue angle of 180.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308F90 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 144 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.44 |
| HSL | 180.63º | 0.5% | 0.38% | - |
| HSV(B) | 180.63º | 0.67% | 0.56% | - |
| XYZ | 16.08 | 22.29 | 29.84 | - |
| YUV | 114.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 144 | 0.67 | 0.01 | 0 | 0.44 | 180.63 | 0.5 | 0.38 |
| Hex | 30 | 8F | 90 | 43 | 1 | 0 | 2C | B5 | 32 | 26 |
| Octal | 60 | 217 | 220 | 103 | 1 | 0 | 54 | 265 | 62 | 46 |
| Binary | 110000 | 10001111 | 10010000 | 1000011 | 1 | 0 | 101100 | 10110101 | 110010 | 100110 |
Color Harmonies of #308F90
Complementary color
Monochromatic Colors of #308F90
Black with #308F90
Text Example
Text Example
White with #308F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F90; }
p { color: rgb(48,143,144); }
H1.HeaderClassName
{
color: #308F90;
}
.AnyTagClassName
{
color: #308F90;
}
</style>
background-color css
<style>
a { background-color: #308F90; }
a { background-color: rgb(48,143,144); }
div.DivClassName
{
background-color: #308F90;
}
.BgClassName
{
background-color: #308F90;
}
</style>
border-color css
<style>
span { border-color: #308F90; }
span { border-color: rgb(48,143,144); }
td.TdClassName
{
border-color: #308F90;
}
.TagClassName
{
border-color: #308F90;
}
</style>