Shades of Java #27949F
Tints of Java #27949F
RGB
CMYK
RGB Variations
Color information
#27949F (or 0x27949F) is known color: Java. HEX triplet: 27, 94 and 9F. RGB value is (39,148,159). Sum of RGB (Red+Green+Blue) = 39+148+159=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #27949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27949F is #D86B60. Grayscale: #747474. Windows color (decimal): -14183265 or 10458151. OLE color: 10458151.
HSL color Cylindrical-coordinate representation of color #27949F: hue angle of 185.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27949F is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 148 | 159 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.38 |
| HSL | 185.5º | 0.61% | 0.39% | - |
| HSV(B) | 185.5º | 0.75% | 0.62% | - |
| XYZ | 17.68 | 24.11 | 36.52 | - |
| YUV | 116.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 148 | 159 | 0.75 | 0.07 | 0 | 0.38 | 185.5 | 0.61 | 0.39 |
| Hex | 27 | 94 | 9F | 4B | 7 | 0 | 26 | BA | 3D | 27 |
| Octal | 47 | 224 | 237 | 113 | 7 | 0 | 46 | 272 | 75 | 47 |
| Binary | 100111 | 10010100 | 10011111 | 1001011 | 111 | 0 | 100110 | 10111010 | 111101 | 100111 |
Color Harmonies of #27949F
Complementary color
Monochromatic Colors of #27949F
Black with #27949F
Text Example
Text Example
White with #27949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27949F; }
p { color: rgb(39,148,159); }
H1.HeaderClassName
{
color: #27949F;
}
.AnyTagClassName
{
color: #27949F;
}
</style>
background-color css
<style>
a { background-color: #27949F; }
a { background-color: rgb(39,148,159); }
div.DivClassName
{
background-color: #27949F;
}
.BgClassName
{
background-color: #27949F;
}
</style>
border-color css
<style>
span { border-color: #27949F; }
span { border-color: rgb(39,148,159); }
td.TdClassName
{
border-color: #27949F;
}
.TagClassName
{
border-color: #27949F;
}
</style>