Shades of Java #27939D
Tints of Java #27939D
RGB
CMYK
RGB Variations
Color information
#27939D (or 0x27939D) is known color: Java. HEX triplet: 27, 93 and 9D. RGB value is (39,147,157). Sum of RGB (Red+Green+Blue) = 39+147+157=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #27939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27939D is #D86C62. Grayscale: #737373. Windows color (decimal): -14183523 or 10326823. OLE color: 10326823.
HSL color Cylindrical-coordinate representation of color #27939D: hue angle of 185.08º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27939D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 147 | 157 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.38 |
| HSL | 185.08º | 0.6% | 0.38% | - |
| HSV(B) | 185.08º | 0.75% | 0.62% | - |
| XYZ | 17.36 | 23.73 | 35.56 | - |
| YUV | 115.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 157 | 0.75 | 0.06 | 0 | 0.38 | 185.08 | 0.6 | 0.38 |
| Hex | 27 | 93 | 9D | 4B | 6 | 0 | 26 | B9 | 3C | 26 |
| Octal | 47 | 223 | 235 | 113 | 6 | 0 | 46 | 271 | 74 | 46 |
| Binary | 100111 | 10010011 | 10011101 | 1001011 | 110 | 0 | 100110 | 10111001 | 111100 | 100110 |
Color Harmonies of #27939D
Complementary color
Monochromatic Colors of #27939D
Black with #27939D
Text Example
Text Example
White with #27939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27939D; }
p { color: rgb(39,147,157); }
H1.HeaderClassName
{
color: #27939D;
}
.AnyTagClassName
{
color: #27939D;
}
</style>
background-color css
<style>
a { background-color: #27939D; }
a { background-color: rgb(39,147,157); }
div.DivClassName
{
background-color: #27939D;
}
.BgClassName
{
background-color: #27939D;
}
</style>
border-color css
<style>
span { border-color: #27939D; }
span { border-color: rgb(39,147,157); }
td.TdClassName
{
border-color: #27939D;
}
.TagClassName
{
border-color: #27939D;
}
</style>