Shades of Java #27888C
Tints of Java #27888C
RGB
CMYK
RGB Variations
Color information
#27888C (or 0x27888C) is known color: Java. HEX triplet: 27, 88 and 8C. RGB value is (39,136,140). Sum of RGB (Red+Green+Blue) = 39+136+140=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #27888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27888C is #D87773. Grayscale: #6B6B6B. Windows color (decimal): -14186356 or 9209895. OLE color: 9209895.
HSL color Cylindrical-coordinate representation of color #27888C: hue angle of 182.38º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27888C is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 136 | 140 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.45 |
| HSL | 182.38º | 0.56% | 0.35% | - |
| HSV(B) | 182.38º | 0.72% | 0.55% | - |
| XYZ | 14.37 | 19.93 | 27.9 | - |
| YUV | 107.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 140 | 0.72 | 0.03 | 0 | 0.45 | 182.38 | 0.56 | 0.35 |
| Hex | 27 | 88 | 8C | 48 | 3 | 0 | 2D | B6 | 38 | 23 |
| Octal | 47 | 210 | 214 | 110 | 3 | 0 | 55 | 266 | 70 | 43 |
| Binary | 100111 | 10001000 | 10001100 | 1001000 | 11 | 0 | 101101 | 10110110 | 111000 | 100011 |
Color Harmonies of #27888C
Complementary color
Monochromatic Colors of #27888C
Black with #27888C
Text Example
Text Example
White with #27888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27888C; }
p { color: rgb(39,136,140); }
H1.HeaderClassName
{
color: #27888C;
}
.AnyTagClassName
{
color: #27888C;
}
</style>
background-color css
<style>
a { background-color: #27888C; }
a { background-color: rgb(39,136,140); }
div.DivClassName
{
background-color: #27888C;
}
.BgClassName
{
background-color: #27888C;
}
</style>
border-color css
<style>
span { border-color: #27888C; }
span { border-color: rgb(39,136,140); }
td.TdClassName
{
border-color: #27888C;
}
.TagClassName
{
border-color: #27888C;
}
</style>