Shades of Java #248A8D
Tints of Java #248A8D
RGB
CMYK
RGB Variations
Color information
#248A8D (or 0x248A8D) is known color: Java. HEX triplet: 24, 8A and 8D. RGB value is (36,138,141). Sum of RGB (Red+Green+Blue) = 36+138+141=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #248A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A8D is #DB7572. Grayscale: #6B6B6B. Windows color (decimal): -14382451 or 9275940. OLE color: 9275940.
HSL color Cylindrical-coordinate representation of color #248A8D: hue angle of 181.71º 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 #248A8D is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 138 | 141 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.45 |
| HSL | 181.71º | 0.59% | 0.35% | - |
| HSV(B) | 181.71º | 0.74% | 0.55% | - |
| XYZ | 14.62 | 20.48 | 28.38 | - |
| YUV | 107.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 141 | 0.74 | 0.02 | 0 | 0.45 | 181.71 | 0.59 | 0.35 |
| Hex | 24 | 8A | 8D | 4A | 2 | 0 | 2D | B6 | 3B | 23 |
| Octal | 44 | 212 | 215 | 112 | 2 | 0 | 55 | 266 | 73 | 43 |
| Binary | 100100 | 10001010 | 10001101 | 1001010 | 10 | 0 | 101101 | 10110110 | 111011 | 100011 |
Color Harmonies of #248A8D
Complementary color
Monochromatic Colors of #248A8D
Black with #248A8D
Text Example
Text Example
White with #248A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A8D; }
p { color: rgb(36,138,141); }
H1.HeaderClassName
{
color: #248A8D;
}
.AnyTagClassName
{
color: #248A8D;
}
</style>
background-color css
<style>
a { background-color: #248A8D; }
a { background-color: rgb(36,138,141); }
div.DivClassName
{
background-color: #248A8D;
}
.BgClassName
{
background-color: #248A8D;
}
</style>
border-color css
<style>
span { border-color: #248A8D; }
span { border-color: rgb(36,138,141); }
td.TdClassName
{
border-color: #248A8D;
}
.TagClassName
{
border-color: #248A8D;
}
</style>