Shades of Java #27969B
Tints of Java #27969B
RGB
CMYK
RGB Variations
Color information
#27969B (or 0x27969B) is known color: Java. HEX triplet: 27, 96 and 9B. RGB value is (39,150,155). Sum of RGB (Red+Green+Blue) = 39+150+155=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #27969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27969B is #D86964. Grayscale: #757575. Windows color (decimal): -14182757 or 10196519. OLE color: 10196519.
HSL color Cylindrical-coordinate representation of color #27969B: hue angle of 182.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27969B is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 150 | 155 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.39 |
| HSL | 182.59º | 0.6% | 0.38% | - |
| HSV(B) | 182.59º | 0.75% | 0.61% | - |
| XYZ | 17.66 | 24.61 | 34.83 | - |
| YUV | 117.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 150 | 155 | 0.75 | 0.03 | 0 | 0.39 | 182.59 | 0.6 | 0.38 |
| Hex | 27 | 96 | 9B | 4B | 3 | 0 | 27 | B7 | 3C | 26 |
| Octal | 47 | 226 | 233 | 113 | 3 | 0 | 47 | 267 | 74 | 46 |
| Binary | 100111 | 10010110 | 10011011 | 1001011 | 11 | 0 | 100111 | 10110111 | 111100 | 100110 |
Color Harmonies of #27969B
Complementary color
Monochromatic Colors of #27969B
Black with #27969B
Text Example
Text Example
White with #27969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27969B; }
p { color: rgb(39,150,155); }
H1.HeaderClassName
{
color: #27969B;
}
.AnyTagClassName
{
color: #27969B;
}
</style>
background-color css
<style>
a { background-color: #27969B; }
a { background-color: rgb(39,150,155); }
div.DivClassName
{
background-color: #27969B;
}
.BgClassName
{
background-color: #27969B;
}
</style>
border-color css
<style>
span { border-color: #27969B; }
span { border-color: rgb(39,150,155); }
td.TdClassName
{
border-color: #27969B;
}
.TagClassName
{
border-color: #27969B;
}
</style>