Shades of Java #369E98
Tints of Java #369E98
RGB
CMYK
RGB Variations
Color information
#369E98 (or 0x369E98) is known color: Java. HEX triplet: 36, 9E and 98. RGB value is (54,158,152). Sum of RGB (Red+Green+Blue) = 54+158+152=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #369E98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E98 is #C96167. Grayscale: #7E7E7E. Windows color (decimal): -13197672 or 10001974. OLE color: 10001974.
HSL color Cylindrical-coordinate representation of color #369E98: hue angle of 176.54º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E98 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 152 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.38 |
| HSL | 176.54º | 0.49% | 0.42% | - |
| HSV(B) | 176.54º | 0.66% | 0.62% | - |
| XYZ | 19.42 | 27.5 | 33.99 | - |
| YUV | 126.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 152 | 0.66 | 0 | 0.04 | 0.38 | 176.54 | 0.49 | 0.42 |
| Hex | 36 | 9E | 98 | 42 | 0 | 4 | 26 | B1 | 31 | 2A |
| Octal | 66 | 236 | 230 | 102 | 0 | 4 | 46 | 261 | 61 | 52 |
| Binary | 110110 | 10011110 | 10011000 | 1000010 | 0 | 100 | 100110 | 10110001 | 110001 | 101010 |
Color Harmonies of #369E98
Complementary color
Monochromatic Colors of #369E98
Black with #369E98
Text Example
Text Example
White with #369E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E98; }
p { color: rgb(54,158,152); }
H1.HeaderClassName
{
color: #369E98;
}
.AnyTagClassName
{
color: #369E98;
}
</style>
background-color css
<style>
a { background-color: #369E98; }
a { background-color: rgb(54,158,152); }
div.DivClassName
{
background-color: #369E98;
}
.BgClassName
{
background-color: #369E98;
}
</style>
border-color css
<style>
span { border-color: #369E98; }
span { border-color: rgb(54,158,152); }
td.TdClassName
{
border-color: #369E98;
}
.TagClassName
{
border-color: #369E98;
}
</style>