Shades of Java #278790
Tints of Java #278790
RGB
CMYK
RGB Variations
Color information
#278790 (or 0x278790) is known color: Java. HEX triplet: 27, 87 and 90. RGB value is (39,135,144). Sum of RGB (Red+Green+Blue) = 39+135+144=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #278790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278790 is #D8786F. Grayscale: #6B6B6B. Windows color (decimal): -14186608 or 9471783. OLE color: 9471783.
HSL color Cylindrical-coordinate representation of color #278790: hue angle of 185.14º 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 #278790 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 135 | 144 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.44 |
| HSL | 185.14º | 0.57% | 0.36% | - |
| HSV(B) | 185.14º | 0.73% | 0.56% | - |
| XYZ | 14.53 | 19.77 | 29.44 | - |
| YUV | 107.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 135 | 144 | 0.73 | 0.06 | 0 | 0.44 | 185.14 | 0.57 | 0.36 |
| Hex | 27 | 87 | 90 | 49 | 6 | 0 | 2C | B9 | 39 | 24 |
| Octal | 47 | 207 | 220 | 111 | 6 | 0 | 54 | 271 | 71 | 44 |
| Binary | 100111 | 10000111 | 10010000 | 1001001 | 110 | 0 | 101100 | 10111001 | 111001 | 100100 |
Color Harmonies of #278790
Complementary color
Monochromatic Colors of #278790
Black with #278790
Text Example
Text Example
White with #278790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278790; }
p { color: rgb(39,135,144); }
H1.HeaderClassName
{
color: #278790;
}
.AnyTagClassName
{
color: #278790;
}
</style>
background-color css
<style>
a { background-color: #278790; }
a { background-color: rgb(39,135,144); }
div.DivClassName
{
background-color: #278790;
}
.BgClassName
{
background-color: #278790;
}
</style>
border-color css
<style>
span { border-color: #278790; }
span { border-color: rgb(39,135,144); }
td.TdClassName
{
border-color: #278790;
}
.TagClassName
{
border-color: #278790;
}
</style>