Shades of Java #248A92
Tints of Java #248A92
RGB
CMYK
RGB Variations
Color information
#248A92 (or 0x248A92) is known color: Java. HEX triplet: 24, 8A and 92. RGB value is (36,138,146). Sum of RGB (Red+Green+Blue) = 36+138+146=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #248A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A92 is #DB756D. Grayscale: #6C6C6C. Windows color (decimal): -14382446 or 9603620. OLE color: 9603620.
HSL color Cylindrical-coordinate representation of color #248A92: hue angle of 184.36º 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 #248A92 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 138 | 146 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.43 |
| HSL | 184.36º | 0.6% | 0.36% | - |
| HSV(B) | 184.36º | 0.75% | 0.57% | - |
| XYZ | 15 | 20.63 | 30.38 | - |
| YUV | 108.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 146 | 0.75 | 0.05 | 0 | 0.43 | 184.36 | 0.6 | 0.36 |
| Hex | 24 | 8A | 92 | 4B | 5 | 0 | 2B | B8 | 3C | 24 |
| Octal | 44 | 212 | 222 | 113 | 5 | 0 | 53 | 270 | 74 | 44 |
| Binary | 100100 | 10001010 | 10010010 | 1001011 | 101 | 0 | 101011 | 10111000 | 111100 | 100100 |
Color Harmonies of #248A92
Complementary color
Monochromatic Colors of #248A92
Black with #248A92
Text Example
Text Example
White with #248A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A92; }
p { color: rgb(36,138,146); }
H1.HeaderClassName
{
color: #248A92;
}
.AnyTagClassName
{
color: #248A92;
}
</style>
background-color css
<style>
a { background-color: #248A92; }
a { background-color: rgb(36,138,146); }
div.DivClassName
{
background-color: #248A92;
}
.BgClassName
{
background-color: #248A92;
}
</style>
border-color css
<style>
span { border-color: #248A92; }
span { border-color: rgb(36,138,146); }
td.TdClassName
{
border-color: #248A92;
}
.TagClassName
{
border-color: #248A92;
}
</style>