Shades of Java #248C8D
Tints of Java #248C8D
RGB
CMYK
RGB Variations
Color information
#248C8D (or 0x248C8D) is known color: Java. HEX triplet: 24, 8C and 8D. RGB value is (36,140,141). Sum of RGB (Red+Green+Blue) = 36+140+141=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #248C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C8D is #DB7372. Grayscale: #6C6C6C. Windows color (decimal): -14381939 or 9276452. OLE color: 9276452.
HSL color Cylindrical-coordinate representation of color #248C8D: hue angle of 180.57º 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 #248C8D is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 141 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.45 |
| HSL | 180.57º | 0.59% | 0.35% | - |
| HSV(B) | 180.57º | 0.74% | 0.55% | - |
| XYZ | 14.91 | 21.05 | 28.48 | - |
| YUV | 109.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 141 | 0.74 | 0.01 | 0 | 0.45 | 180.57 | 0.59 | 0.35 |
| Hex | 24 | 8C | 8D | 4A | 1 | 0 | 2D | B5 | 3B | 23 |
| Octal | 44 | 214 | 215 | 112 | 1 | 0 | 55 | 265 | 73 | 43 |
| Binary | 100100 | 10001100 | 10001101 | 1001010 | 1 | 0 | 101101 | 10110101 | 111011 | 100011 |
Color Harmonies of #248C8D
Complementary color
Monochromatic Colors of #248C8D
Black with #248C8D
Text Example
Text Example
White with #248C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C8D; }
p { color: rgb(36,140,141); }
H1.HeaderClassName
{
color: #248C8D;
}
.AnyTagClassName
{
color: #248C8D;
}
</style>
background-color css
<style>
a { background-color: #248C8D; }
a { background-color: rgb(36,140,141); }
div.DivClassName
{
background-color: #248C8D;
}
.BgClassName
{
background-color: #248C8D;
}
</style>
border-color css
<style>
span { border-color: #248C8D; }
span { border-color: rgb(36,140,141); }
td.TdClassName
{
border-color: #248C8D;
}
.TagClassName
{
border-color: #248C8D;
}
</style>