Shades of Java #27959B
Tints of Java #27959B
RGB
CMYK
RGB Variations
Color information
#27959B (or 0x27959B) is known color: Java. HEX triplet: 27, 95 and 9B. RGB value is (39,149,155). Sum of RGB (Red+Green+Blue) = 39+149+155=343 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.37% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #27959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27959B is #D86A64. Grayscale: #747474. Windows color (decimal): -14183013 or 10196263. OLE color: 10196263.
HSL color Cylindrical-coordinate representation of color #27959B: hue angle of 183.1º 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 #27959B is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 149 | 155 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.39 |
| HSL | 183.1º | 0.6% | 0.38% | - |
| HSV(B) | 183.1º | 0.75% | 0.61% | - |
| XYZ | 17.5 | 24.29 | 34.78 | - |
| YUV | 116.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 155 | 0.75 | 0.04 | 0 | 0.39 | 183.1 | 0.6 | 0.38 |
| Hex | 27 | 95 | 9B | 4B | 4 | 0 | 27 | B7 | 3C | 26 |
| Octal | 47 | 225 | 233 | 113 | 4 | 0 | 47 | 267 | 74 | 46 |
| Binary | 100111 | 10010101 | 10011011 | 1001011 | 100 | 0 | 100111 | 10110111 | 111100 | 100110 |
Color Harmonies of #27959B
Complementary color
Monochromatic Colors of #27959B
Black with #27959B
Text Example
Text Example
White with #27959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27959B; }
p { color: rgb(39,149,155); }
H1.HeaderClassName
{
color: #27959B;
}
.AnyTagClassName
{
color: #27959B;
}
</style>
background-color css
<style>
a { background-color: #27959B; }
a { background-color: rgb(39,149,155); }
div.DivClassName
{
background-color: #27959B;
}
.BgClassName
{
background-color: #27959B;
}
</style>
border-color css
<style>
span { border-color: #27959B; }
span { border-color: rgb(39,149,155); }
td.TdClassName
{
border-color: #27959B;
}
.TagClassName
{
border-color: #27959B;
}
</style>