Shades of Java #248892
Tints of Java #248892
RGB
CMYK
RGB Variations
Color information
#248892 (or 0x248892) is known color: Java. HEX triplet: 24, 88 and 92. RGB value is (36,136,146). Sum of RGB (Red+Green+Blue) = 36+136+146=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #248892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248892 is #DB776D. Grayscale: #6B6B6B. Windows color (decimal): -14382958 or 9603108. OLE color: 9603108.
HSL color Cylindrical-coordinate representation of color #248892: hue angle of 185.45º 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 #248892 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 136 | 146 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.43 |
| HSL | 185.45º | 0.6% | 0.36% | - |
| HSV(B) | 185.45º | 0.75% | 0.57% | - |
| XYZ | 14.72 | 20.06 | 30.29 | - |
| YUV | 107.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 146 | 0.75 | 0.07 | 0 | 0.43 | 185.45 | 0.6 | 0.36 |
| Hex | 24 | 88 | 92 | 4B | 7 | 0 | 2B | B9 | 3C | 24 |
| Octal | 44 | 210 | 222 | 113 | 7 | 0 | 53 | 271 | 74 | 44 |
| Binary | 100100 | 10001000 | 10010010 | 1001011 | 111 | 0 | 101011 | 10111001 | 111100 | 100100 |
Color Harmonies of #248892
Complementary color
Monochromatic Colors of #248892
Black with #248892
Text Example
Text Example
White with #248892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248892; }
p { color: rgb(36,136,146); }
H1.HeaderClassName
{
color: #248892;
}
.AnyTagClassName
{
color: #248892;
}
</style>
background-color css
<style>
a { background-color: #248892; }
a { background-color: rgb(36,136,146); }
div.DivClassName
{
background-color: #248892;
}
.BgClassName
{
background-color: #248892;
}
</style>
border-color css
<style>
span { border-color: #248892; }
span { border-color: rgb(36,136,146); }
td.TdClassName
{
border-color: #248892;
}
.TagClassName
{
border-color: #248892;
}
</style>