Shades of Java #248E8F
Tints of Java #248E8F
RGB
CMYK
RGB Variations
Color information
#248E8F (or 0x248E8F) is known color: Java. HEX triplet: 24, 8E and 8F. RGB value is (36,142,143). Sum of RGB (Red+Green+Blue) = 36+142+143=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #248E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E8F is #DB7170. Grayscale: #6E6E6E. Windows color (decimal): -14381425 or 9408036. OLE color: 9408036.
HSL color Cylindrical-coordinate representation of color #248E8F: hue angle of 180.56º 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 #248E8F is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 143 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.44 |
| HSL | 180.56º | 0.6% | 0.35% | - |
| HSV(B) | 180.56º | 0.75% | 0.56% | - |
| XYZ | 15.36 | 21.7 | 29.37 | - |
| YUV | 110.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 143 | 0.75 | 0.01 | 0 | 0.44 | 180.56 | 0.6 | 0.35 |
| Hex | 24 | 8E | 8F | 4B | 1 | 0 | 2C | B5 | 3C | 23 |
| Octal | 44 | 216 | 217 | 113 | 1 | 0 | 54 | 265 | 74 | 43 |
| Binary | 100100 | 10001110 | 10001111 | 1001011 | 1 | 0 | 101100 | 10110101 | 111100 | 100011 |
Color Harmonies of #248E8F
Complementary color
Monochromatic Colors of #248E8F
Black with #248E8F
Text Example
Text Example
White with #248E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E8F; }
p { color: rgb(36,142,143); }
H1.HeaderClassName
{
color: #248E8F;
}
.AnyTagClassName
{
color: #248E8F;
}
</style>
background-color css
<style>
a { background-color: #248E8F; }
a { background-color: rgb(36,142,143); }
div.DivClassName
{
background-color: #248E8F;
}
.BgClassName
{
background-color: #248E8F;
}
</style>
border-color css
<style>
span { border-color: #248E8F; }
span { border-color: rgb(36,142,143); }
td.TdClassName
{
border-color: #248E8F;
}
.TagClassName
{
border-color: #248E8F;
}
</style>