Shades of Java #309990
Tints of Java #309990
RGB
CMYK
RGB Variations
Color information
#309990 (or 0x309990) is known color: Java. HEX triplet: 30, 99 and 90. RGB value is (48,153,144). Sum of RGB (Red+Green+Blue) = 48+153+144=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #309990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309990 is #CF666F. Grayscale: #787878. Windows color (decimal): -13592176 or 9476400. OLE color: 9476400.
HSL color Cylindrical-coordinate representation of color #309990: hue angle of 174.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309990 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 144 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.4 |
| HSL | 174.86º | 0.52% | 0.39% | - |
| HSV(B) | 174.86º | 0.69% | 0.6% | - |
| XYZ | 17.64 | 25.42 | 30.36 | - |
| YUV | 120.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 144 | 0.69 | 0 | 0.06 | 0.4 | 174.86 | 0.52 | 0.39 |
| Hex | 30 | 99 | 90 | 45 | 0 | 6 | 28 | AF | 34 | 27 |
| Octal | 60 | 231 | 220 | 105 | 0 | 6 | 50 | 257 | 64 | 47 |
| Binary | 110000 | 10011001 | 10010000 | 1000101 | 0 | 110 | 101000 | 10101111 | 110100 | 100111 |
Color Harmonies of #309990
Complementary color
Monochromatic Colors of #309990
Black with #309990
Text Example
Text Example
White with #309990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309990; }
p { color: rgb(48,153,144); }
H1.HeaderClassName
{
color: #309990;
}
.AnyTagClassName
{
color: #309990;
}
</style>
background-color css
<style>
a { background-color: #309990; }
a { background-color: rgb(48,153,144); }
div.DivClassName
{
background-color: #309990;
}
.BgClassName
{
background-color: #309990;
}
</style>
border-color css
<style>
span { border-color: #309990; }
span { border-color: rgb(48,153,144); }
td.TdClassName
{
border-color: #309990;
}
.TagClassName
{
border-color: #309990;
}
</style>