Shades of Java #248A8C
Tints of Java #248A8C
RGB
CMYK
RGB Variations
Color information
#248A8C (or 0x248A8C) is known color: Java. HEX triplet: 24, 8A and 8C. RGB value is (36,138,140). Sum of RGB (Red+Green+Blue) = 36+138+140=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #248A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A8C is #DB7573. Grayscale: #6B6B6B. Windows color (decimal): -14382452 or 9210404. OLE color: 9210404.
HSL color Cylindrical-coordinate representation of color #248A8C: hue angle of 181.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A8C is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 138 | 140 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.45 |
| HSL | 181.15º | 0.59% | 0.35% | - |
| HSV(B) | 181.15º | 0.74% | 0.55% | - |
| XYZ | 14.55 | 20.45 | 27.99 | - |
| YUV | 107.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 140 | 0.74 | 0.01 | 0 | 0.45 | 181.15 | 0.59 | 0.35 |
| Hex | 24 | 8A | 8C | 4A | 1 | 0 | 2D | B5 | 3B | 23 |
| Octal | 44 | 212 | 214 | 112 | 1 | 0 | 55 | 265 | 73 | 43 |
| Binary | 100100 | 10001010 | 10001100 | 1001010 | 1 | 0 | 101101 | 10110101 | 111011 | 100011 |
Color Harmonies of #248A8C
Complementary color
Monochromatic Colors of #248A8C
Black with #248A8C
Text Example
Text Example
White with #248A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A8C; }
p { color: rgb(36,138,140); }
H1.HeaderClassName
{
color: #248A8C;
}
.AnyTagClassName
{
color: #248A8C;
}
</style>
background-color css
<style>
a { background-color: #248A8C; }
a { background-color: rgb(36,138,140); }
div.DivClassName
{
background-color: #248A8C;
}
.BgClassName
{
background-color: #248A8C;
}
</style>
border-color css
<style>
span { border-color: #248A8C; }
span { border-color: rgb(36,138,140); }
td.TdClassName
{
border-color: #248A8C;
}
.TagClassName
{
border-color: #248A8C;
}
</style>