Shades of Java #34979A
Tints of Java #34979A
RGB
CMYK
RGB Variations
Color information
#34979A (or 0x34979A) is known color: Java. HEX triplet: 34, 97 and 9A. RGB value is (52,151,154). Sum of RGB (Red+Green+Blue) = 52+151+154=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #34979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34979A is #CB6865. Grayscale: #797979. Windows color (decimal): -13330534 or 10131252. OLE color: 10131252.
HSL color Cylindrical-coordinate representation of color #34979A: hue angle of 181.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34979A is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 151 | 154 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.40 |
| HSL | 181.76º | 0.5% | 0.4% | - |
| HSV(B) | 181.76º | 0.66% | 0.6% | - |
| XYZ | 18.32 | 25.2 | 34.47 | - |
| YUV | 121.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 154 | 0.66 | 0.02 | 0 | 0.40 | 181.76 | 0.5 | 0.4 |
| Hex | 34 | 97 | 9A | 42 | 2 | 0 | 28 | B6 | 32 | 28 |
| Octal | 64 | 227 | 232 | 102 | 2 | 0 | 50 | 266 | 62 | 50 |
| Binary | 110100 | 10010111 | 10011010 | 1000010 | 10 | 0 | 101000 | 10110110 | 110010 | 101000 |
Color Harmonies of #34979A
Complementary color
Monochromatic Colors of #34979A
Black with #34979A
Text Example
Text Example
White with #34979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34979A; }
p { color: rgb(52,151,154); }
H1.HeaderClassName
{
color: #34979A;
}
.AnyTagClassName
{
color: #34979A;
}
</style>
background-color css
<style>
a { background-color: #34979A; }
a { background-color: rgb(52,151,154); }
div.DivClassName
{
background-color: #34979A;
}
.BgClassName
{
background-color: #34979A;
}
</style>
border-color css
<style>
span { border-color: #34979A; }
span { border-color: rgb(52,151,154); }
td.TdClassName
{
border-color: #34979A;
}
.TagClassName
{
border-color: #34979A;
}
</style>