Shades of Java #248F8D
Tints of Java #248F8D
RGB
CMYK
RGB Variations
Color information
#248F8D (or 0x248F8D) is known color: Java. HEX triplet: 24, 8F and 8D. RGB value is (36,143,141). Sum of RGB (Red+Green+Blue) = 36+143+141=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #248F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F8D is #DB7072. Grayscale: #6E6E6E. Windows color (decimal): -14381171 or 9277220. OLE color: 9277220.
HSL color Cylindrical-coordinate representation of color #248F8D: hue angle of 178.88º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F8D is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 141 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.44 |
| HSL | 178.88º | 0.6% | 0.35% | - |
| HSV(B) | 178.88º | 0.75% | 0.56% | - |
| XYZ | 15.36 | 21.94 | 28.63 | - |
| YUV | 110.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 141 | 0.75 | 0 | 0.01 | 0.44 | 178.88 | 0.6 | 0.35 |
| Hex | 24 | 8F | 8D | 4B | 0 | 1 | 2C | B3 | 3C | 23 |
| Octal | 44 | 217 | 215 | 113 | 0 | 1 | 54 | 263 | 74 | 43 |
| Binary | 100100 | 10001111 | 10001101 | 1001011 | 0 | 1 | 101100 | 10110011 | 111100 | 100011 |
Color Harmonies of #248F8D
Complementary color
Monochromatic Colors of #248F8D
Black with #248F8D
Text Example
Text Example
White with #248F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F8D; }
p { color: rgb(36,143,141); }
H1.HeaderClassName
{
color: #248F8D;
}
.AnyTagClassName
{
color: #248F8D;
}
</style>
background-color css
<style>
a { background-color: #248F8D; }
a { background-color: rgb(36,143,141); }
div.DivClassName
{
background-color: #248F8D;
}
.BgClassName
{
background-color: #248F8D;
}
</style>
border-color css
<style>
span { border-color: #248F8D; }
span { border-color: rgb(36,143,141); }
td.TdClassName
{
border-color: #248F8D;
}
.TagClassName
{
border-color: #248F8D;
}
</style>