Shades of Java #248A8F
Tints of Java #248A8F
RGB
CMYK
RGB Variations
Color information
#248A8F (or 0x248A8F) is known color: Java. HEX triplet: 24, 8A and 8F. RGB value is (36,138,143). Sum of RGB (Red+Green+Blue) = 36+138+143=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #248A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A8F is #DB7570. Grayscale: #6B6B6B. Windows color (decimal): -14382449 or 9407012. OLE color: 9407012.
HSL color Cylindrical-coordinate representation of color #248A8F: hue angle of 182.8º 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 #248A8F is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 138 | 143 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.44 |
| HSL | 182.8º | 0.6% | 0.35% | - |
| HSV(B) | 182.8º | 0.75% | 0.56% | - |
| XYZ | 14.77 | 20.54 | 29.17 | - |
| YUV | 108.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 143 | 0.75 | 0.03 | 0 | 0.44 | 182.8 | 0.6 | 0.35 |
| Hex | 24 | 8A | 8F | 4B | 3 | 0 | 2C | B7 | 3C | 23 |
| Octal | 44 | 212 | 217 | 113 | 3 | 0 | 54 | 267 | 74 | 43 |
| Binary | 100100 | 10001010 | 10001111 | 1001011 | 11 | 0 | 101100 | 10110111 | 111100 | 100011 |
Color Harmonies of #248A8F
Complementary color
Monochromatic Colors of #248A8F
Black with #248A8F
Text Example
Text Example
White with #248A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A8F; }
p { color: rgb(36,138,143); }
H1.HeaderClassName
{
color: #248A8F;
}
.AnyTagClassName
{
color: #248A8F;
}
</style>
background-color css
<style>
a { background-color: #248A8F; }
a { background-color: rgb(36,138,143); }
div.DivClassName
{
background-color: #248A8F;
}
.BgClassName
{
background-color: #248A8F;
}
</style>
border-color css
<style>
span { border-color: #248A8F; }
span { border-color: rgb(36,138,143); }
td.TdClassName
{
border-color: #248A8F;
}
.TagClassName
{
border-color: #248A8F;
}
</style>