Shades of Java #369A9B
Tints of Java #369A9B
RGB
CMYK
RGB Variations
Color information
#369A9B (or 0x369A9B) is known color: Java. HEX triplet: 36, 9A and 9B. RGB value is (54,154,155). Sum of RGB (Red+Green+Blue) = 54+154+155=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #369A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369A9B is #C96564. Grayscale: #7C7C7C. Windows color (decimal): -13198693 or 10197558. OLE color: 10197558.
HSL color Cylindrical-coordinate representation of color #369A9B: hue angle of 180.59º 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 #369A9B is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 154 | 155 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.39 |
| HSL | 180.59º | 0.48% | 0.41% | - |
| HSV(B) | 180.59º | 0.65% | 0.61% | - |
| XYZ | 18.99 | 26.26 | 35.08 | - |
| YUV | 124.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 155 | 0.65 | 0.01 | 0 | 0.39 | 180.59 | 0.48 | 0.41 |
| Hex | 36 | 9A | 9B | 41 | 1 | 0 | 27 | B5 | 30 | 29 |
| Octal | 66 | 232 | 233 | 101 | 1 | 0 | 47 | 265 | 60 | 51 |
| Binary | 110110 | 10011010 | 10011011 | 1000001 | 1 | 0 | 100111 | 10110101 | 110000 | 101001 |
Color Harmonies of #369A9B
Complementary color
Monochromatic Colors of #369A9B
Black with #369A9B
Text Example
Text Example
White with #369A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A9B; }
p { color: rgb(54,154,155); }
H1.HeaderClassName
{
color: #369A9B;
}
.AnyTagClassName
{
color: #369A9B;
}
</style>
background-color css
<style>
a { background-color: #369A9B; }
a { background-color: rgb(54,154,155); }
div.DivClassName
{
background-color: #369A9B;
}
.BgClassName
{
background-color: #369A9B;
}
</style>
border-color css
<style>
span { border-color: #369A9B; }
span { border-color: rgb(54,154,155); }
td.TdClassName
{
border-color: #369A9B;
}
.TagClassName
{
border-color: #369A9B;
}
</style>