Shades of Java #34999B
Tints of Java #34999B
RGB
CMYK
RGB Variations
Color information
#34999B (or 0x34999B) is known color: Java. HEX triplet: 34, 99 and 9B. RGB value is (52,153,155). Sum of RGB (Red+Green+Blue) = 52+153+155=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #34999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34999B is #CB6664. Grayscale: #7A7A7A. Windows color (decimal): -13330021 or 10197300. OLE color: 10197300.
HSL color Cylindrical-coordinate representation of color #34999B: hue angle of 181.17º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34999B is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 153 | 155 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.39 |
| HSL | 181.17º | 0.5% | 0.41% | - |
| HSV(B) | 181.17º | 0.66% | 0.61% | - |
| XYZ | 18.72 | 25.88 | 35.02 | - |
| YUV | 123.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 155 | 0.66 | 0.01 | 0 | 0.39 | 181.17 | 0.5 | 0.41 |
| Hex | 34 | 99 | 9B | 42 | 1 | 0 | 27 | B5 | 32 | 29 |
| Octal | 64 | 231 | 233 | 102 | 1 | 0 | 47 | 265 | 62 | 51 |
| Binary | 110100 | 10011001 | 10011011 | 1000010 | 1 | 0 | 100111 | 10110101 | 110010 | 101001 |
Color Harmonies of #34999B
Complementary color
Monochromatic Colors of #34999B
Black with #34999B
Text Example
Text Example
White with #34999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34999B; }
p { color: rgb(52,153,155); }
H1.HeaderClassName
{
color: #34999B;
}
.AnyTagClassName
{
color: #34999B;
}
</style>
background-color css
<style>
a { background-color: #34999B; }
a { background-color: rgb(52,153,155); }
div.DivClassName
{
background-color: #34999B;
}
.BgClassName
{
background-color: #34999B;
}
</style>
border-color css
<style>
span { border-color: #34999B; }
span { border-color: rgb(52,153,155); }
td.TdClassName
{
border-color: #34999B;
}
.TagClassName
{
border-color: #34999B;
}
</style>