Shades of Java #27948B
Tints of Java #27948B
RGB
CMYK
RGB Variations
Color information
#27948B (or 0x27948B) is known color: Java. HEX triplet: 27, 94 and 8B. RGB value is (39,148,139). Sum of RGB (Red+Green+Blue) = 39+148+139=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #27948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27948B is #D86B74. Grayscale: #727272. Windows color (decimal): -14183285 or 9147431. OLE color: 9147431.
HSL color Cylindrical-coordinate representation of color #27948B: hue angle of 175.05º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27948B is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 148 | 139 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.42 |
| HSL | 175.05º | 0.58% | 0.37% | - |
| HSV(B) | 175.05º | 0.74% | 0.58% | - |
| XYZ | 16.09 | 23.48 | 28.11 | - |
| YUV | 114.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 139 | 0.74 | 0 | 0.06 | 0.42 | 175.05 | 0.58 | 0.37 |
| Hex | 27 | 94 | 8B | 4A | 0 | 6 | 2A | AF | 3A | 25 |
| Octal | 47 | 224 | 213 | 112 | 0 | 6 | 52 | 257 | 72 | 45 |
| Binary | 100111 | 10010100 | 10001011 | 1001010 | 0 | 110 | 101010 | 10101111 | 111010 | 100101 |
Color Harmonies of #27948B
Complementary color
Monochromatic Colors of #27948B
Black with #27948B
Text Example
Text Example
White with #27948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27948B; }
p { color: rgb(39,148,139); }
H1.HeaderClassName
{
color: #27948B;
}
.AnyTagClassName
{
color: #27948B;
}
</style>
background-color css
<style>
a { background-color: #27948B; }
a { background-color: rgb(39,148,139); }
div.DivClassName
{
background-color: #27948B;
}
.BgClassName
{
background-color: #27948B;
}
</style>
border-color css
<style>
span { border-color: #27948B; }
span { border-color: rgb(39,148,139); }
td.TdClassName
{
border-color: #27948B;
}
.TagClassName
{
border-color: #27948B;
}
</style>