Shades of Java #309CA1
Tints of Java #309CA1
RGB
CMYK
RGB Variations
Color information
#309CA1 (or 0x309CA1) is known color: Java. HEX triplet: 30, 9C and A1. RGB value is (48,156,161). Sum of RGB (Red+Green+Blue) = 48+156+161=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #309CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CA1 is #CF635E. Grayscale: #7C7C7C. Windows color (decimal): -13591391 or 10591280. OLE color: 10591280.
HSL color Cylindrical-coordinate representation of color #309CA1: hue angle of 182.65º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309CA1 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 156 | 161 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.37 |
| HSL | 182.65º | 0.54% | 0.41% | - |
| HSV(B) | 182.65º | 0.7% | 0.63% | - |
| XYZ | 19.54 | 26.98 | 37.9 | - |
| YUV | 124.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 161 | 0.70 | 0.03 | 0 | 0.37 | 182.65 | 0.54 | 0.41 |
| Hex | 30 | 9C | A1 | 46 | 3 | 0 | 25 | B7 | 36 | 29 |
| Octal | 60 | 234 | 241 | 106 | 3 | 0 | 45 | 267 | 66 | 51 |
| Binary | 110000 | 10011100 | 10100001 | 1000110 | 11 | 0 | 100101 | 10110111 | 110110 | 101001 |
Color Harmonies of #309CA1
Complementary color
Monochromatic Colors of #309CA1
Black with #309CA1
Text Example
Text Example
White with #309CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CA1; }
p { color: rgb(48,156,161); }
H1.HeaderClassName
{
color: #309CA1;
}
.AnyTagClassName
{
color: #309CA1;
}
</style>
background-color css
<style>
a { background-color: #309CA1; }
a { background-color: rgb(48,156,161); }
div.DivClassName
{
background-color: #309CA1;
}
.BgClassName
{
background-color: #309CA1;
}
</style>
border-color css
<style>
span { border-color: #309CA1; }
span { border-color: rgb(48,156,161); }
td.TdClassName
{
border-color: #309CA1;
}
.TagClassName
{
border-color: #309CA1;
}
</style>