Shades of Java #27868F
Tints of Java #27868F
RGB
CMYK
RGB Variations
Color information
#27868F (or 0x27868F) is known color: Java. HEX triplet: 27, 86 and 8F. RGB value is (39,134,143). Sum of RGB (Red+Green+Blue) = 39+134+143=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #27868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27868F is #D87970. Grayscale: #6A6A6A. Windows color (decimal): -14186865 or 9405991. OLE color: 9405991.
HSL color Cylindrical-coordinate representation of color #27868F: hue angle of 185.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27868F is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 134 | 143 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.44 |
| HSL | 185.19º | 0.57% | 0.36% | - |
| HSV(B) | 185.19º | 0.73% | 0.56% | - |
| XYZ | 14.32 | 19.46 | 28.99 | - |
| YUV | 106.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 143 | 0.73 | 0.06 | 0 | 0.44 | 185.19 | 0.57 | 0.36 |
| Hex | 27 | 86 | 8F | 49 | 6 | 0 | 2C | B9 | 39 | 24 |
| Octal | 47 | 206 | 217 | 111 | 6 | 0 | 54 | 271 | 71 | 44 |
| Binary | 100111 | 10000110 | 10001111 | 1001001 | 110 | 0 | 101100 | 10111001 | 111001 | 100100 |
Color Harmonies of #27868F
Complementary color
Monochromatic Colors of #27868F
Black with #27868F
Text Example
Text Example
White with #27868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27868F; }
p { color: rgb(39,134,143); }
H1.HeaderClassName
{
color: #27868F;
}
.AnyTagClassName
{
color: #27868F;
}
</style>
background-color css
<style>
a { background-color: #27868F; }
a { background-color: rgb(39,134,143); }
div.DivClassName
{
background-color: #27868F;
}
.BgClassName
{
background-color: #27868F;
}
</style>
border-color css
<style>
span { border-color: #27868F; }
span { border-color: rgb(39,134,143); }
td.TdClassName
{
border-color: #27868F;
}
.TagClassName
{
border-color: #27868F;
}
</style>