Shades of Java #27908D
Tints of Java #27908D
RGB
CMYK
RGB Variations
Color information
#27908D (or 0x27908D) is known color: Java. HEX triplet: 27, 90 and 8D. RGB value is (39,144,141). Sum of RGB (Red+Green+Blue) = 39+144+141=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #27908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27908D is #D86F72. Grayscale: #707070. Windows color (decimal): -14184307 or 9277479. OLE color: 9277479.
HSL color Cylindrical-coordinate representation of color #27908D: hue angle of 178.29º 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 #27908D is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 144 | 141 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.44 |
| HSL | 178.29º | 0.57% | 0.36% | - |
| HSV(B) | 178.29º | 0.73% | 0.56% | - |
| XYZ | 15.62 | 22.3 | 28.68 | - |
| YUV | 112.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 141 | 0.73 | 0 | 0.02 | 0.44 | 178.29 | 0.57 | 0.36 |
| Hex | 27 | 90 | 8D | 49 | 0 | 2 | 2C | B2 | 39 | 24 |
| Octal | 47 | 220 | 215 | 111 | 0 | 2 | 54 | 262 | 71 | 44 |
| Binary | 100111 | 10010000 | 10001101 | 1001001 | 0 | 10 | 101100 | 10110010 | 111001 | 100100 |
Color Harmonies of #27908D
Complementary color
Monochromatic Colors of #27908D
Black with #27908D
Text Example
Text Example
White with #27908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27908D; }
p { color: rgb(39,144,141); }
H1.HeaderClassName
{
color: #27908D;
}
.AnyTagClassName
{
color: #27908D;
}
</style>
background-color css
<style>
a { background-color: #27908D; }
a { background-color: rgb(39,144,141); }
div.DivClassName
{
background-color: #27908D;
}
.BgClassName
{
background-color: #27908D;
}
</style>
border-color css
<style>
span { border-color: #27908D; }
span { border-color: rgb(39,144,141); }
td.TdClassName
{
border-color: #27908D;
}
.TagClassName
{
border-color: #27908D;
}
</style>