Shades of Java #369C9D
Tints of Java #369C9D
RGB
CMYK
RGB Variations
Color information
#369C9D (or 0x369C9D) is known color: Java. HEX triplet: 36, 9C and 9D. RGB value is (54,156,157). Sum of RGB (Red+Green+Blue) = 54+156+157=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #369C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C9D is #C96362. Grayscale: #7D7D7D. Windows color (decimal): -13198179 or 10329142. OLE color: 10329142.
HSL color Cylindrical-coordinate representation of color #369C9D: hue angle of 180.58º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369C9D is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 156 | 157 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.38 |
| HSL | 180.58º | 0.49% | 0.41% | - |
| HSV(B) | 180.58º | 0.66% | 0.62% | - |
| XYZ | 19.5 | 27 | 36.08 | - |
| YUV | 125.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 157 | 0.66 | 0.01 | 0 | 0.38 | 180.58 | 0.49 | 0.41 |
| Hex | 36 | 9C | 9D | 42 | 1 | 0 | 26 | B5 | 31 | 29 |
| Octal | 66 | 234 | 235 | 102 | 1 | 0 | 46 | 265 | 61 | 51 |
| Binary | 110110 | 10011100 | 10011101 | 1000010 | 1 | 0 | 100110 | 10110101 | 110001 | 101001 |
Color Harmonies of #369C9D
Complementary color
Monochromatic Colors of #369C9D
Black with #369C9D
Text Example
Text Example
White with #369C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C9D; }
p { color: rgb(54,156,157); }
H1.HeaderClassName
{
color: #369C9D;
}
.AnyTagClassName
{
color: #369C9D;
}
</style>
background-color css
<style>
a { background-color: #369C9D; }
a { background-color: rgb(54,156,157); }
div.DivClassName
{
background-color: #369C9D;
}
.BgClassName
{
background-color: #369C9D;
}
</style>
border-color css
<style>
span { border-color: #369C9D; }
span { border-color: rgb(54,156,157); }
td.TdClassName
{
border-color: #369C9D;
}
.TagClassName
{
border-color: #369C9D;
}
</style>