Shades of Java #278C90
Tints of Java #278C90
RGB
CMYK
RGB Variations
Color information
#278C90 (or 0x278C90) is known color: Java. HEX triplet: 27, 8C and 90. RGB value is (39,140,144). Sum of RGB (Red+Green+Blue) = 39+140+144=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #278C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278C90 is #D8736F. Grayscale: #6E6E6E. Windows color (decimal): -14185328 or 9473063. OLE color: 9473063.
HSL color Cylindrical-coordinate representation of color #278C90: hue angle of 182.29º 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 #278C90 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 140 | 144 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.44 |
| HSL | 182.29º | 0.57% | 0.36% | - |
| HSV(B) | 182.29º | 0.73% | 0.56% | - |
| XYZ | 15.25 | 21.2 | 29.67 | - |
| YUV | 110.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 140 | 144 | 0.73 | 0.03 | 0 | 0.44 | 182.29 | 0.57 | 0.36 |
| Hex | 27 | 8C | 90 | 49 | 3 | 0 | 2C | B6 | 39 | 24 |
| Octal | 47 | 214 | 220 | 111 | 3 | 0 | 54 | 266 | 71 | 44 |
| Binary | 100111 | 10001100 | 10010000 | 1001001 | 11 | 0 | 101100 | 10110110 | 111001 | 100100 |
Color Harmonies of #278C90
Complementary color
Monochromatic Colors of #278C90
Black with #278C90
Text Example
Text Example
White with #278C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278C90; }
p { color: rgb(39,140,144); }
H1.HeaderClassName
{
color: #278C90;
}
.AnyTagClassName
{
color: #278C90;
}
</style>
background-color css
<style>
a { background-color: #278C90; }
a { background-color: rgb(39,140,144); }
div.DivClassName
{
background-color: #278C90;
}
.BgClassName
{
background-color: #278C90;
}
</style>
border-color css
<style>
span { border-color: #278C90; }
span { border-color: rgb(39,140,144); }
td.TdClassName
{
border-color: #278C90;
}
.TagClassName
{
border-color: #278C90;
}
</style>