Shades of Java #248B93
Tints of Java #248B93
RGB
CMYK
RGB Variations
Color information
#248B93 (or 0x248B93) is known color: Java. HEX triplet: 24, 8B and 93. RGB value is (36,139,147). Sum of RGB (Red+Green+Blue) = 36+139+147=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #248B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B93 is #DB746C. Grayscale: #6C6C6C. Windows color (decimal): -14382189 or 9669412. OLE color: 9669412.
HSL color Cylindrical-coordinate representation of color #248B93: hue angle of 184.32º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248B93 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 139 | 147 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.42 |
| HSL | 184.32º | 0.61% | 0.36% | - |
| HSV(B) | 184.32º | 0.76% | 0.58% | - |
| XYZ | 15.23 | 20.95 | 30.84 | - |
| YUV | 109.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 147 | 0.76 | 0.05 | 0 | 0.42 | 184.32 | 0.61 | 0.36 |
| Hex | 24 | 8B | 93 | 4C | 5 | 0 | 2A | B8 | 3D | 24 |
| Octal | 44 | 213 | 223 | 114 | 5 | 0 | 52 | 270 | 75 | 44 |
| Binary | 100100 | 10001011 | 10010011 | 1001100 | 101 | 0 | 101010 | 10111000 | 111101 | 100100 |
Color Harmonies of #248B93
Complementary color
Monochromatic Colors of #248B93
Black with #248B93
Text Example
Text Example
White with #248B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B93; }
p { color: rgb(36,139,147); }
H1.HeaderClassName
{
color: #248B93;
}
.AnyTagClassName
{
color: #248B93;
}
</style>
background-color css
<style>
a { background-color: #248B93; }
a { background-color: rgb(36,139,147); }
div.DivClassName
{
background-color: #248B93;
}
.BgClassName
{
background-color: #248B93;
}
</style>
border-color css
<style>
span { border-color: #248B93; }
span { border-color: rgb(36,139,147); }
td.TdClassName
{
border-color: #248B93;
}
.TagClassName
{
border-color: #248B93;
}
</style>