Shades of Java #27919C
Tints of Java #27919C
RGB
CMYK
RGB Variations
Color information
#27919C (or 0x27919C) is known color: Java. HEX triplet: 27, 91 and 9C. RGB value is (39,145,156). Sum of RGB (Red+Green+Blue) = 39+145+156=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #27919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27919C is #D86E63. Grayscale: #727272. Windows color (decimal): -14184036 or 10260775. OLE color: 10260775.
HSL color Cylindrical-coordinate representation of color #27919C: hue angle of 185.64º 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 #27919C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 145 | 156 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.39 |
| HSL | 185.64º | 0.6% | 0.38% | - |
| HSV(B) | 185.64º | 0.75% | 0.61% | - |
| XYZ | 16.96 | 23.08 | 35.01 | - |
| YUV | 114.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 156 | 0.75 | 0.07 | 0 | 0.39 | 185.64 | 0.6 | 0.38 |
| Hex | 27 | 91 | 9C | 4B | 7 | 0 | 27 | BA | 3C | 26 |
| Octal | 47 | 221 | 234 | 113 | 7 | 0 | 47 | 272 | 74 | 46 |
| Binary | 100111 | 10010001 | 10011100 | 1001011 | 111 | 0 | 100111 | 10111010 | 111100 | 100110 |
Color Harmonies of #27919C
Complementary color
Monochromatic Colors of #27919C
Black with #27919C
Text Example
Text Example
White with #27919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27919C; }
p { color: rgb(39,145,156); }
H1.HeaderClassName
{
color: #27919C;
}
.AnyTagClassName
{
color: #27919C;
}
</style>
background-color css
<style>
a { background-color: #27919C; }
a { background-color: rgb(39,145,156); }
div.DivClassName
{
background-color: #27919C;
}
.BgClassName
{
background-color: #27919C;
}
</style>
border-color css
<style>
span { border-color: #27919C; }
span { border-color: rgb(39,145,156); }
td.TdClassName
{
border-color: #27919C;
}
.TagClassName
{
border-color: #27919C;
}
</style>