Shades of Java #27909B
Tints of Java #27909B
RGB
CMYK
RGB Variations
Color information
#27909B (or 0x27909B) is known color: Java. HEX triplet: 27, 90 and 9B. RGB value is (39,144,155). Sum of RGB (Red+Green+Blue) = 39+144+155=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #27909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27909B is #D86F64. Grayscale: #717171. Windows color (decimal): -14184293 or 10194983. OLE color: 10194983.
HSL color Cylindrical-coordinate representation of color #27909B: hue angle of 185.69º 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 #27909B is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 144 | 155 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.39 |
| HSL | 185.69º | 0.6% | 0.38% | - |
| HSV(B) | 185.69º | 0.75% | 0.61% | - |
| XYZ | 16.73 | 22.74 | 34.52 | - |
| YUV | 113.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 155 | 0.75 | 0.07 | 0 | 0.39 | 185.69 | 0.6 | 0.38 |
| Hex | 27 | 90 | 9B | 4B | 7 | 0 | 27 | BA | 3C | 26 |
| Octal | 47 | 220 | 233 | 113 | 7 | 0 | 47 | 272 | 74 | 46 |
| Binary | 100111 | 10010000 | 10011011 | 1001011 | 111 | 0 | 100111 | 10111010 | 111100 | 100110 |
Color Harmonies of #27909B
Complementary color
Monochromatic Colors of #27909B
Black with #27909B
Text Example
Text Example
White with #27909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27909B; }
p { color: rgb(39,144,155); }
H1.HeaderClassName
{
color: #27909B;
}
.AnyTagClassName
{
color: #27909B;
}
</style>
background-color css
<style>
a { background-color: #27909B; }
a { background-color: rgb(39,144,155); }
div.DivClassName
{
background-color: #27909B;
}
.BgClassName
{
background-color: #27909B;
}
</style>
border-color css
<style>
span { border-color: #27909B; }
span { border-color: rgb(39,144,155); }
td.TdClassName
{
border-color: #27909B;
}
.TagClassName
{
border-color: #27909B;
}
</style>