Shades of Java #278F96
Tints of Java #278F96
RGB
CMYK
RGB Variations
Color information
#278F96 (or 0x278F96) is known color: Java. HEX triplet: 27, 8F and 96. RGB value is (39,143,150). Sum of RGB (Red+Green+Blue) = 39+143+150=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #278F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278F96 is #D87069. Grayscale: #707070. Windows color (decimal): -14184554 or 9867047. OLE color: 9867047.
HSL color Cylindrical-coordinate representation of color #278F96: hue angle of 183.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #278F96 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 143 | 150 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.41 |
| HSL | 183.78º | 0.59% | 0.37% | - |
| HSV(B) | 183.78º | 0.74% | 0.59% | - |
| XYZ | 16.16 | 22.28 | 32.3 | - |
| YUV | 112.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 150 | 0.74 | 0.05 | 0 | 0.41 | 183.78 | 0.59 | 0.37 |
| Hex | 27 | 8F | 96 | 4A | 5 | 0 | 29 | B8 | 3B | 25 |
| Octal | 47 | 217 | 226 | 112 | 5 | 0 | 51 | 270 | 73 | 45 |
| Binary | 100111 | 10001111 | 10010110 | 1001010 | 101 | 0 | 101001 | 10111000 | 111011 | 100101 |
Color Harmonies of #278F96
Complementary color
Monochromatic Colors of #278F96
Black with #278F96
Text Example
Text Example
White with #278F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278F96; }
p { color: rgb(39,143,150); }
H1.HeaderClassName
{
color: #278F96;
}
.AnyTagClassName
{
color: #278F96;
}
</style>
background-color css
<style>
a { background-color: #278F96; }
a { background-color: rgb(39,143,150); }
div.DivClassName
{
background-color: #278F96;
}
.BgClassName
{
background-color: #278F96;
}
</style>
border-color css
<style>
span { border-color: #278F96; }
span { border-color: rgb(39,143,150); }
td.TdClassName
{
border-color: #278F96;
}
.TagClassName
{
border-color: #278F96;
}
</style>