Shades of Java #248A8E
Tints of Java #248A8E
RGB
CMYK
RGB Variations
Color information
#248A8E (or 0x248A8E) is known color: Java. HEX triplet: 24, 8A and 8E. RGB value is (36,138,142). Sum of RGB (Red+Green+Blue) = 36+138+142=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #248A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A8E is #DB7571. Grayscale: #6B6B6B. Windows color (decimal): -14382450 or 9341476. OLE color: 9341476.
HSL color Cylindrical-coordinate representation of color #248A8E: hue angle of 182.26º 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 #248A8E is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 138 | 142 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.44 |
| HSL | 182.26º | 0.6% | 0.35% | - |
| HSV(B) | 182.26º | 0.75% | 0.56% | - |
| XYZ | 14.7 | 20.51 | 28.77 | - |
| YUV | 107.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 142 | 0.75 | 0.03 | 0 | 0.44 | 182.26 | 0.6 | 0.35 |
| Hex | 24 | 8A | 8E | 4B | 3 | 0 | 2C | B6 | 3C | 23 |
| Octal | 44 | 212 | 216 | 113 | 3 | 0 | 54 | 266 | 74 | 43 |
| Binary | 100100 | 10001010 | 10001110 | 1001011 | 11 | 0 | 101100 | 10110110 | 111100 | 100011 |
Color Harmonies of #248A8E
Complementary color
Monochromatic Colors of #248A8E
Black with #248A8E
Text Example
Text Example
White with #248A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A8E; }
p { color: rgb(36,138,142); }
H1.HeaderClassName
{
color: #248A8E;
}
.AnyTagClassName
{
color: #248A8E;
}
</style>
background-color css
<style>
a { background-color: #248A8E; }
a { background-color: rgb(36,138,142); }
div.DivClassName
{
background-color: #248A8E;
}
.BgClassName
{
background-color: #248A8E;
}
</style>
border-color css
<style>
span { border-color: #248A8E; }
span { border-color: rgb(36,138,142); }
td.TdClassName
{
border-color: #248A8E;
}
.TagClassName
{
border-color: #248A8E;
}
</style>