Shades of Java #27959D
Tints of Java #27959D
RGB
CMYK
RGB Variations
Color information
#27959D (or 0x27959D) is known color: Java. HEX triplet: 27, 95 and 9D. RGB value is (39,149,157). Sum of RGB (Red+Green+Blue) = 39+149+157=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #27959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27959D is #D86A62. Grayscale: #747474. Windows color (decimal): -14183011 or 10327335. OLE color: 10327335.
HSL color Cylindrical-coordinate representation of color #27959D: hue angle of 184.07º 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 #27959D is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 149 | 157 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.38 |
| HSL | 184.07º | 0.6% | 0.38% | - |
| HSV(B) | 184.07º | 0.75% | 0.62% | - |
| XYZ | 17.67 | 24.36 | 35.67 | - |
| YUV | 117.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 149 | 157 | 0.75 | 0.05 | 0 | 0.38 | 184.07 | 0.6 | 0.38 |
| Hex | 27 | 95 | 9D | 4B | 5 | 0 | 26 | B8 | 3C | 26 |
| Octal | 47 | 225 | 235 | 113 | 5 | 0 | 46 | 270 | 74 | 46 |
| Binary | 100111 | 10010101 | 10011101 | 1001011 | 101 | 0 | 100110 | 10111000 | 111100 | 100110 |
Color Harmonies of #27959D
Complementary color
Monochromatic Colors of #27959D
Black with #27959D
Text Example
Text Example
White with #27959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27959D; }
p { color: rgb(39,149,157); }
H1.HeaderClassName
{
color: #27959D;
}
.AnyTagClassName
{
color: #27959D;
}
</style>
background-color css
<style>
a { background-color: #27959D; }
a { background-color: rgb(39,149,157); }
div.DivClassName
{
background-color: #27959D;
}
.BgClassName
{
background-color: #27959D;
}
</style>
border-color css
<style>
span { border-color: #27959D; }
span { border-color: rgb(39,149,157); }
td.TdClassName
{
border-color: #27959D;
}
.TagClassName
{
border-color: #27959D;
}
</style>