Shades of Java #248F92
Tints of Java #248F92
RGB
CMYK
RGB Variations
Color information
#248F92 (or 0x248F92) is known color: Java. HEX triplet: 24, 8F and 92. RGB value is (36,143,146). Sum of RGB (Red+Green+Blue) = 36+143+146=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #248F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F92 is #DB706D. Grayscale: #6F6F6F. Windows color (decimal): -14381166 or 9604900. OLE color: 9604900.
HSL color Cylindrical-coordinate representation of color #248F92: hue angle of 181.64º 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 #248F92 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 143 | 146 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.43 |
| HSL | 181.64º | 0.6% | 0.36% | - |
| HSV(B) | 181.64º | 0.75% | 0.57% | - |
| XYZ | 15.74 | 22.1 | 30.63 | - |
| YUV | 111.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 146 | 0.75 | 0.02 | 0 | 0.43 | 181.64 | 0.6 | 0.36 |
| Hex | 24 | 8F | 92 | 4B | 2 | 0 | 2B | B6 | 3C | 24 |
| Octal | 44 | 217 | 222 | 113 | 2 | 0 | 53 | 266 | 74 | 44 |
| Binary | 100100 | 10001111 | 10010010 | 1001011 | 10 | 0 | 101011 | 10110110 | 111100 | 100100 |
Color Harmonies of #248F92
Complementary color
Monochromatic Colors of #248F92
Black with #248F92
Text Example
Text Example
White with #248F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F92; }
p { color: rgb(36,143,146); }
H1.HeaderClassName
{
color: #248F92;
}
.AnyTagClassName
{
color: #248F92;
}
</style>
background-color css
<style>
a { background-color: #248F92; }
a { background-color: rgb(36,143,146); }
div.DivClassName
{
background-color: #248F92;
}
.BgClassName
{
background-color: #248F92;
}
</style>
border-color css
<style>
span { border-color: #248F92; }
span { border-color: rgb(36,143,146); }
td.TdClassName
{
border-color: #248F92;
}
.TagClassName
{
border-color: #248F92;
}
</style>