Shades of Java #369EA0
Tints of Java #369EA0
RGB
CMYK
RGB Variations
Color information
#369EA0 (or 0x369EA0) is known color: Java. HEX triplet: 36, 9E and A0. RGB value is (54,158,160). Sum of RGB (Red+Green+Blue) = 54+158+160=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #369EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369EA0 is #C9615F. Grayscale: #7F7F7F. Windows color (decimal): -13197664 or 10526262. OLE color: 10526262.
HSL color Cylindrical-coordinate representation of color #369EA0: hue angle of 181.13º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369EA0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 158 | 160 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.37 |
| HSL | 181.13º | 0.5% | 0.42% | - |
| HSV(B) | 181.13º | 0.66% | 0.63% | - |
| XYZ | 20.09 | 27.78 | 37.56 | - |
| YUV | 127.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 160 | 0.66 | 0.01 | 0 | 0.37 | 181.13 | 0.5 | 0.42 |
| Hex | 36 | 9E | A0 | 42 | 1 | 0 | 25 | B5 | 32 | 2A |
| Octal | 66 | 236 | 240 | 102 | 1 | 0 | 45 | 265 | 62 | 52 |
| Binary | 110110 | 10011110 | 10100000 | 1000010 | 1 | 0 | 100101 | 10110101 | 110010 | 101010 |
Color Harmonies of #369EA0
Complementary color
Monochromatic Colors of #369EA0
Black with #369EA0
Text Example
Text Example
White with #369EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369EA0; }
p { color: rgb(54,158,160); }
H1.HeaderClassName
{
color: #369EA0;
}
.AnyTagClassName
{
color: #369EA0;
}
</style>
background-color css
<style>
a { background-color: #369EA0; }
a { background-color: rgb(54,158,160); }
div.DivClassName
{
background-color: #369EA0;
}
.BgClassName
{
background-color: #369EA0;
}
</style>
border-color css
<style>
span { border-color: #369EA0; }
span { border-color: rgb(54,158,160); }
td.TdClassName
{
border-color: #369EA0;
}
.TagClassName
{
border-color: #369EA0;
}
</style>