Shades of Java #27969D
Tints of Java #27969D
RGB
CMYK
RGB Variations
Color information
#27969D (or 0x27969D) is known color: Java. HEX triplet: 27, 96 and 9D. RGB value is (39,150,157). Sum of RGB (Red+Green+Blue) = 39+150+157=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #27969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27969D is #D86962. Grayscale: #757575. Windows color (decimal): -14182755 or 10327591. OLE color: 10327591.
HSL color Cylindrical-coordinate representation of color #27969D: hue angle of 183.56º 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 #27969D is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 150 | 157 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.38 |
| HSL | 183.56º | 0.6% | 0.38% | - |
| HSV(B) | 183.56º | 0.75% | 0.62% | - |
| XYZ | 17.83 | 24.68 | 35.72 | - |
| YUV | 117.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 157 | 0.75 | 0.04 | 0 | 0.38 | 183.56 | 0.6 | 0.38 |
| Hex | 27 | 96 | 9D | 4B | 4 | 0 | 26 | B8 | 3C | 26 |
| Octal | 47 | 226 | 235 | 113 | 4 | 0 | 46 | 270 | 74 | 46 |
| Binary | 100111 | 10010110 | 10011101 | 1001011 | 100 | 0 | 100110 | 10111000 | 111100 | 100110 |
Color Harmonies of #27969D
Complementary color
Monochromatic Colors of #27969D
Black with #27969D
Text Example
Text Example
White with #27969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27969D; }
p { color: rgb(39,150,157); }
H1.HeaderClassName
{
color: #27969D;
}
.AnyTagClassName
{
color: #27969D;
}
</style>
background-color css
<style>
a { background-color: #27969D; }
a { background-color: rgb(39,150,157); }
div.DivClassName
{
background-color: #27969D;
}
.BgClassName
{
background-color: #27969D;
}
</style>
border-color css
<style>
span { border-color: #27969D; }
span { border-color: rgb(39,150,157); }
td.TdClassName
{
border-color: #27969D;
}
.TagClassName
{
border-color: #27969D;
}
</style>