Shades of Java #27939B
Tints of Java #27939B
RGB
CMYK
RGB Variations
Color information
#27939B (or 0x27939B) is known color: Java. HEX triplet: 27, 93 and 9B. RGB value is (39,147,155). Sum of RGB (Red+Green+Blue) = 39+147+155=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #27939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27939B is #D86C64. Grayscale: #737373. Windows color (decimal): -14183525 or 10195751. OLE color: 10195751.
HSL color Cylindrical-coordinate representation of color #27939B: hue angle of 184.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27939B is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 147 | 155 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.39 |
| HSL | 184.14º | 0.6% | 0.38% | - |
| HSV(B) | 184.14º | 0.75% | 0.61% | - |
| XYZ | 17.19 | 23.67 | 34.67 | - |
| YUV | 115.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 155 | 0.75 | 0.05 | 0 | 0.39 | 184.14 | 0.6 | 0.38 |
| Hex | 27 | 93 | 9B | 4B | 5 | 0 | 27 | B8 | 3C | 26 |
| Octal | 47 | 223 | 233 | 113 | 5 | 0 | 47 | 270 | 74 | 46 |
| Binary | 100111 | 10010011 | 10011011 | 1001011 | 101 | 0 | 100111 | 10111000 | 111100 | 100110 |
Color Harmonies of #27939B
Complementary color
Monochromatic Colors of #27939B
Black with #27939B
Text Example
Text Example
White with #27939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27939B; }
p { color: rgb(39,147,155); }
H1.HeaderClassName
{
color: #27939B;
}
.AnyTagClassName
{
color: #27939B;
}
</style>
background-color css
<style>
a { background-color: #27939B; }
a { background-color: rgb(39,147,155); }
div.DivClassName
{
background-color: #27939B;
}
.BgClassName
{
background-color: #27939B;
}
</style>
border-color css
<style>
span { border-color: #27939B; }
span { border-color: rgb(39,147,155); }
td.TdClassName
{
border-color: #27939B;
}
.TagClassName
{
border-color: #27939B;
}
</style>