Shades of Java #278A91
Tints of Java #278A91
RGB
CMYK
RGB Variations
Color information
#278A91 (or 0x278A91) is known color: Java. HEX triplet: 27, 8A and 91. RGB value is (39,138,145). Sum of RGB (Red+Green+Blue) = 39+138+145=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #278A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278A91 is #D8756E. Grayscale: #6D6D6D. Windows color (decimal): -14185839 or 9538087. OLE color: 9538087.
HSL color Cylindrical-coordinate representation of color #278A91: hue angle of 183.96º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278A91 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 138 | 145 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.43 |
| HSL | 183.96º | 0.58% | 0.36% | - |
| HSV(B) | 183.96º | 0.73% | 0.57% | - |
| XYZ | 15.04 | 20.65 | 29.98 | - |
| YUV | 109.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 145 | 0.73 | 0.05 | 0 | 0.43 | 183.96 | 0.58 | 0.36 |
| Hex | 27 | 8A | 91 | 49 | 5 | 0 | 2B | B8 | 3A | 24 |
| Octal | 47 | 212 | 221 | 111 | 5 | 0 | 53 | 270 | 72 | 44 |
| Binary | 100111 | 10001010 | 10010001 | 1001001 | 101 | 0 | 101011 | 10111000 | 111010 | 100100 |
Color Harmonies of #278A91
Complementary color
Monochromatic Colors of #278A91
Black with #278A91
Text Example
Text Example
White with #278A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278A91; }
p { color: rgb(39,138,145); }
H1.HeaderClassName
{
color: #278A91;
}
.AnyTagClassName
{
color: #278A91;
}
</style>
background-color css
<style>
a { background-color: #278A91; }
a { background-color: rgb(39,138,145); }
div.DivClassName
{
background-color: #278A91;
}
.BgClassName
{
background-color: #278A91;
}
</style>
border-color css
<style>
span { border-color: #278A91; }
span { border-color: rgb(39,138,145); }
td.TdClassName
{
border-color: #278A91;
}
.TagClassName
{
border-color: #278A91;
}
</style>