Shades of Java #369F98
Tints of Java #369F98
RGB
CMYK
RGB Variations
Color information
#369F98 (or 0x369F98) is known color: Java. HEX triplet: 36, 9F and 98. RGB value is (54,159,152). Sum of RGB (Red+Green+Blue) = 54+159+152=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #369F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369F98 is #C96067. Grayscale: #7E7E7E. Windows color (decimal): -13197416 or 10002230. OLE color: 10002230.
HSL color Cylindrical-coordinate representation of color #369F98: hue angle of 176º 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 #369F98 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 152 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.38 |
| HSL | 176º | 0.49% | 0.42% | - |
| HSV(B) | 176º | 0.66% | 0.62% | - |
| XYZ | 19.59 | 27.85 | 34.05 | - |
| YUV | 126.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 152 | 0.66 | 0 | 0.04 | 0.38 | 176 | 0.49 | 0.42 |
| Hex | 36 | 9F | 98 | 42 | 0 | 4 | 26 | B0 | 31 | 2A |
| Octal | 66 | 237 | 230 | 102 | 0 | 4 | 46 | 260 | 61 | 52 |
| Binary | 110110 | 10011111 | 10011000 | 1000010 | 0 | 100 | 100110 | 10110000 | 110001 | 101010 |
Color Harmonies of #369F98
Complementary color
Monochromatic Colors of #369F98
Black with #369F98
Text Example
Text Example
White with #369F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F98; }
p { color: rgb(54,159,152); }
H1.HeaderClassName
{
color: #369F98;
}
.AnyTagClassName
{
color: #369F98;
}
</style>
background-color css
<style>
a { background-color: #369F98; }
a { background-color: rgb(54,159,152); }
div.DivClassName
{
background-color: #369F98;
}
.BgClassName
{
background-color: #369F98;
}
</style>
border-color css
<style>
span { border-color: #369F98; }
span { border-color: rgb(54,159,152); }
td.TdClassName
{
border-color: #369F98;
}
.TagClassName
{
border-color: #369F98;
}
</style>