Shades of Java #349D93
Tints of Java #349D93
RGB
CMYK
RGB Variations
Color information
#349D93 (or 0x349D93) is known color: Java. HEX triplet: 34, 9D and 93. RGB value is (52,157,147). Sum of RGB (Red+Green+Blue) = 52+157+147=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #349D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D93 is #CB626C. Grayscale: #7C7C7C. Windows color (decimal): -13329005 or 9674036. OLE color: 9674036.
HSL color Cylindrical-coordinate representation of color #349D93: hue angle of 174.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D93 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 147 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.38 |
| HSL | 174.29º | 0.5% | 0.41% | - |
| HSV(B) | 174.29º | 0.67% | 0.62% | - |
| XYZ | 18.74 | 26.95 | 31.82 | - |
| YUV | 124.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 147 | 0.67 | 0 | 0.06 | 0.38 | 174.29 | 0.5 | 0.41 |
| Hex | 34 | 9D | 93 | 43 | 0 | 6 | 26 | AE | 32 | 29 |
| Octal | 64 | 235 | 223 | 103 | 0 | 6 | 46 | 256 | 62 | 51 |
| Binary | 110100 | 10011101 | 10010011 | 1000011 | 0 | 110 | 100110 | 10101110 | 110010 | 101001 |
Color Harmonies of #349D93
Complementary color
Monochromatic Colors of #349D93
Black with #349D93
Text Example
Text Example
White with #349D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D93; }
p { color: rgb(52,157,147); }
H1.HeaderClassName
{
color: #349D93;
}
.AnyTagClassName
{
color: #349D93;
}
</style>
background-color css
<style>
a { background-color: #349D93; }
a { background-color: rgb(52,157,147); }
div.DivClassName
{
background-color: #349D93;
}
.BgClassName
{
background-color: #349D93;
}
</style>
border-color css
<style>
span { border-color: #349D93; }
span { border-color: rgb(52,157,147); }
td.TdClassName
{
border-color: #349D93;
}
.TagClassName
{
border-color: #349D93;
}
</style>