Shades of Java #24949B
Tints of Java #24949B
RGB
CMYK
RGB Variations
Color information
#24949B (or 0x24949B) is known color: Java. HEX triplet: 24, 94 and 9B. RGB value is (36,148,155). Sum of RGB (Red+Green+Blue) = 36+148+155=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #24949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24949B is #DB6B64. Grayscale: #737373. Windows color (decimal): -14379877 or 10196004. OLE color: 10196004.
HSL color Cylindrical-coordinate representation of color #24949B: hue angle of 183.53º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24949B is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 148 | 155 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.39 |
| HSL | 183.53º | 0.62% | 0.37% | - |
| HSV(B) | 183.53º | 0.77% | 0.61% | - |
| XYZ | 17.23 | 23.92 | 34.72 | - |
| YUV | 115.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 155 | 0.77 | 0.05 | 0 | 0.39 | 183.53 | 0.62 | 0.37 |
| Hex | 24 | 94 | 9B | 4D | 5 | 0 | 27 | B8 | 3E | 25 |
| Octal | 44 | 224 | 233 | 115 | 5 | 0 | 47 | 270 | 76 | 45 |
| Binary | 100100 | 10010100 | 10011011 | 1001101 | 101 | 0 | 100111 | 10111000 | 111110 | 100101 |
Color Harmonies of #24949B
Complementary color
Monochromatic Colors of #24949B
Black with #24949B
Text Example
Text Example
White with #24949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24949B; }
p { color: rgb(36,148,155); }
H1.HeaderClassName
{
color: #24949B;
}
.AnyTagClassName
{
color: #24949B;
}
</style>
background-color css
<style>
a { background-color: #24949B; }
a { background-color: rgb(36,148,155); }
div.DivClassName
{
background-color: #24949B;
}
.BgClassName
{
background-color: #24949B;
}
</style>
border-color css
<style>
span { border-color: #24949B; }
span { border-color: rgb(36,148,155); }
td.TdClassName
{
border-color: #24949B;
}
.TagClassName
{
border-color: #24949B;
}
</style>