Shades of Java #278A90
Tints of Java #278A90
RGB
CMYK
RGB Variations
Color information
#278A90 (or 0x278A90) is known color: Java. HEX triplet: 27, 8A and 90. RGB value is (39,138,144). Sum of RGB (Red+Green+Blue) = 39+138+144=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #278A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278A90 is #D8756F. Grayscale: #6C6C6C. Windows color (decimal): -14185840 or 9472551. OLE color: 9472551.
HSL color Cylindrical-coordinate representation of color #278A90: hue angle of 183.43º 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 #278A90 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 138 | 144 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.44 |
| HSL | 183.43º | 0.57% | 0.36% | - |
| HSV(B) | 183.43º | 0.73% | 0.56% | - |
| XYZ | 14.96 | 20.62 | 29.58 | - |
| YUV | 109.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 138 | 144 | 0.73 | 0.04 | 0 | 0.44 | 183.43 | 0.57 | 0.36 |
| Hex | 27 | 8A | 90 | 49 | 4 | 0 | 2C | B7 | 39 | 24 |
| Octal | 47 | 212 | 220 | 111 | 4 | 0 | 54 | 267 | 71 | 44 |
| Binary | 100111 | 10001010 | 10010000 | 1001001 | 100 | 0 | 101100 | 10110111 | 111001 | 100100 |
Color Harmonies of #278A90
Complementary color
Monochromatic Colors of #278A90
Black with #278A90
Text Example
Text Example
White with #278A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278A90; }
p { color: rgb(39,138,144); }
H1.HeaderClassName
{
color: #278A90;
}
.AnyTagClassName
{
color: #278A90;
}
</style>
background-color css
<style>
a { background-color: #278A90; }
a { background-color: rgb(39,138,144); }
div.DivClassName
{
background-color: #278A90;
}
.BgClassName
{
background-color: #278A90;
}
</style>
border-color css
<style>
span { border-color: #278A90; }
span { border-color: rgb(39,138,144); }
td.TdClassName
{
border-color: #278A90;
}
.TagClassName
{
border-color: #278A90;
}
</style>