Shades of Java #248E92
Tints of Java #248E92
RGB
CMYK
RGB Variations
Color information
#248E92 (or 0x248E92) is known color: Java. HEX triplet: 24, 8E and 92. RGB value is (36,142,146). Sum of RGB (Red+Green+Blue) = 36+142+146=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #248E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E92 is #DB716D. Grayscale: #6E6E6E. Windows color (decimal): -14381422 or 9604644. OLE color: 9604644.
HSL color Cylindrical-coordinate representation of color #248E92: hue angle of 182.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E92 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 142 | 146 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.43 |
| HSL | 182.18º | 0.6% | 0.36% | - |
| HSV(B) | 182.18º | 0.75% | 0.57% | - |
| XYZ | 15.59 | 21.8 | 30.58 | - |
| YUV | 110.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 146 | 0.75 | 0.03 | 0 | 0.43 | 182.18 | 0.6 | 0.36 |
| Hex | 24 | 8E | 92 | 4B | 3 | 0 | 2B | B6 | 3C | 24 |
| Octal | 44 | 216 | 222 | 113 | 3 | 0 | 53 | 266 | 74 | 44 |
| Binary | 100100 | 10001110 | 10010010 | 1001011 | 11 | 0 | 101011 | 10110110 | 111100 | 100100 |
Color Harmonies of #248E92
Complementary color
Monochromatic Colors of #248E92
Black with #248E92
Text Example
Text Example
White with #248E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E92; }
p { color: rgb(36,142,146); }
H1.HeaderClassName
{
color: #248E92;
}
.AnyTagClassName
{
color: #248E92;
}
</style>
background-color css
<style>
a { background-color: #248E92; }
a { background-color: rgb(36,142,146); }
div.DivClassName
{
background-color: #248E92;
}
.BgClassName
{
background-color: #248E92;
}
</style>
border-color css
<style>
span { border-color: #248E92; }
span { border-color: rgb(36,142,146); }
td.TdClassName
{
border-color: #248E92;
}
.TagClassName
{
border-color: #248E92;
}
</style>