Shades of Java #369B98
Tints of Java #369B98
RGB
CMYK
RGB Variations
Color information
#369B98 (or 0x369B98) is known color: Java. HEX triplet: 36, 9B and 98. RGB value is (54,155,152). Sum of RGB (Red+Green+Blue) = 54+155+152=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #369B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B98 is #C96467. Grayscale: #7C7C7C. Windows color (decimal): -13198440 or 10001206. OLE color: 10001206.
HSL color Cylindrical-coordinate representation of color #369B98: hue angle of 178.22º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B98 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 152 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.39 |
| HSL | 178.22º | 0.48% | 0.41% | - |
| HSV(B) | 178.22º | 0.65% | 0.61% | - |
| XYZ | 18.91 | 26.49 | 33.82 | - |
| YUV | 124.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 152 | 0.65 | 0 | 0.02 | 0.39 | 178.22 | 0.48 | 0.41 |
| Hex | 36 | 9B | 98 | 41 | 0 | 2 | 27 | B2 | 30 | 29 |
| Octal | 66 | 233 | 230 | 101 | 0 | 2 | 47 | 262 | 60 | 51 |
| Binary | 110110 | 10011011 | 10011000 | 1000001 | 0 | 10 | 100111 | 10110010 | 110000 | 101001 |
Color Harmonies of #369B98
Complementary color
Monochromatic Colors of #369B98
Black with #369B98
Text Example
Text Example
White with #369B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B98; }
p { color: rgb(54,155,152); }
H1.HeaderClassName
{
color: #369B98;
}
.AnyTagClassName
{
color: #369B98;
}
</style>
background-color css
<style>
a { background-color: #369B98; }
a { background-color: rgb(54,155,152); }
div.DivClassName
{
background-color: #369B98;
}
.BgClassName
{
background-color: #369B98;
}
</style>
border-color css
<style>
span { border-color: #369B98; }
span { border-color: rgb(54,155,152); }
td.TdClassName
{
border-color: #369B98;
}
.TagClassName
{
border-color: #369B98;
}
</style>