Shades of Java #249098
Tints of Java #249098
RGB
CMYK
RGB Variations
Color information
#249098 (or 0x249098) is known color: Java. HEX triplet: 24, 90 and 98. RGB value is (36,144,152). Sum of RGB (Red+Green+Blue) = 36+144+152=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #249098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249098 is #DB6F67. Grayscale: #707070. Windows color (decimal): -14380904 or 9998372. OLE color: 9998372.
HSL color Cylindrical-coordinate representation of color #249098: hue angle of 184.14º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249098 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 144 | 152 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.40 |
| HSL | 184.14º | 0.62% | 0.37% | - |
| HSV(B) | 184.14º | 0.76% | 0.6% | - |
| XYZ | 16.37 | 22.59 | 33.2 | - |
| YUV | 112.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 152 | 0.76 | 0.05 | 0 | 0.40 | 184.14 | 0.62 | 0.37 |
| Hex | 24 | 90 | 98 | 4C | 5 | 0 | 28 | B8 | 3E | 25 |
| Octal | 44 | 220 | 230 | 114 | 5 | 0 | 50 | 270 | 76 | 45 |
| Binary | 100100 | 10010000 | 10011000 | 1001100 | 101 | 0 | 101000 | 10111000 | 111110 | 100101 |
Color Harmonies of #249098
Complementary color
Monochromatic Colors of #249098
Black with #249098
Text Example
Text Example
White with #249098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249098; }
p { color: rgb(36,144,152); }
H1.HeaderClassName
{
color: #249098;
}
.AnyTagClassName
{
color: #249098;
}
</style>
background-color css
<style>
a { background-color: #249098; }
a { background-color: rgb(36,144,152); }
div.DivClassName
{
background-color: #249098;
}
.BgClassName
{
background-color: #249098;
}
</style>
border-color css
<style>
span { border-color: #249098; }
span { border-color: rgb(36,144,152); }
td.TdClassName
{
border-color: #249098;
}
.TagClassName
{
border-color: #249098;
}
</style>