Shades of Java #278B90
Tints of Java #278B90
RGB
CMYK
RGB Variations
Color information
#278B90 (or 0x278B90) is known color: Java. HEX triplet: 27, 8B and 90. RGB value is (39,139,144). Sum of RGB (Red+Green+Blue) = 39+139+144=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #278B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B90 is #D8746F. Grayscale: #6D6D6D. Windows color (decimal): -14185584 or 9472807. OLE color: 9472807.
HSL color Cylindrical-coordinate representation of color #278B90: hue angle of 182.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278B90 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 139 | 144 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.44 |
| HSL | 182.86º | 0.57% | 0.36% | - |
| HSV(B) | 182.86º | 0.73% | 0.56% | - |
| XYZ | 15.1 | 20.91 | 29.63 | - |
| YUV | 109.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 139 | 144 | 0.73 | 0.03 | 0 | 0.44 | 182.86 | 0.57 | 0.36 |
| Hex | 27 | 8B | 90 | 49 | 3 | 0 | 2C | B7 | 39 | 24 |
| Octal | 47 | 213 | 220 | 111 | 3 | 0 | 54 | 267 | 71 | 44 |
| Binary | 100111 | 10001011 | 10010000 | 1001001 | 11 | 0 | 101100 | 10110111 | 111001 | 100100 |
Color Harmonies of #278B90
Complementary color
Monochromatic Colors of #278B90
Black with #278B90
Text Example
Text Example
White with #278B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278B90; }
p { color: rgb(39,139,144); }
H1.HeaderClassName
{
color: #278B90;
}
.AnyTagClassName
{
color: #278B90;
}
</style>
background-color css
<style>
a { background-color: #278B90; }
a { background-color: rgb(39,139,144); }
div.DivClassName
{
background-color: #278B90;
}
.BgClassName
{
background-color: #278B90;
}
</style>
border-color css
<style>
span { border-color: #278B90; }
span { border-color: rgb(39,139,144); }
td.TdClassName
{
border-color: #278B90;
}
.TagClassName
{
border-color: #278B90;
}
</style>