Shades of Java #369FA0
Tints of Java #369FA0
RGB
CMYK
RGB Variations
Color information
#369FA0 (or 0x369FA0) is known color: Java. HEX triplet: 36, 9F and A0. RGB value is (54,159,160). Sum of RGB (Red+Green+Blue) = 54+159+160=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #369FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369FA0 is #C9605F. Grayscale: #7F7F7F. Windows color (decimal): -13197408 or 10526518. OLE color: 10526518.
HSL color Cylindrical-coordinate representation of color #369FA0: hue angle of 180.57º 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 #369FA0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 159 | 160 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.37 |
| HSL | 180.57º | 0.5% | 0.42% | - |
| HSV(B) | 180.57º | 0.66% | 0.63% | - |
| XYZ | 20.26 | 28.12 | 37.62 | - |
| YUV | 127.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 160 | 0.66 | 0.01 | 0 | 0.37 | 180.57 | 0.5 | 0.42 |
| Hex | 36 | 9F | A0 | 42 | 1 | 0 | 25 | B5 | 32 | 2A |
| Octal | 66 | 237 | 240 | 102 | 1 | 0 | 45 | 265 | 62 | 52 |
| Binary | 110110 | 10011111 | 10100000 | 1000010 | 1 | 0 | 100101 | 10110101 | 110010 | 101010 |
Color Harmonies of #369FA0
Complementary color
Monochromatic Colors of #369FA0
Black with #369FA0
Text Example
Text Example
White with #369FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369FA0; }
p { color: rgb(54,159,160); }
H1.HeaderClassName
{
color: #369FA0;
}
.AnyTagClassName
{
color: #369FA0;
}
</style>
background-color css
<style>
a { background-color: #369FA0; }
a { background-color: rgb(54,159,160); }
div.DivClassName
{
background-color: #369FA0;
}
.BgClassName
{
background-color: #369FA0;
}
</style>
border-color css
<style>
span { border-color: #369FA0; }
span { border-color: rgb(54,159,160); }
td.TdClassName
{
border-color: #369FA0;
}
.TagClassName
{
border-color: #369FA0;
}
</style>