Shades of Java #24929B
Tints of Java #24929B
RGB
CMYK
RGB Variations
Color information
#24929B (or 0x24929B) is known color: Java. HEX triplet: 24, 92 and 9B. RGB value is (36,146,155). Sum of RGB (Red+Green+Blue) = 36+146+155=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #24929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24929B is #DB6D64. Grayscale: #717171. Windows color (decimal): -14380389 or 10195492. OLE color: 10195492.
HSL color Cylindrical-coordinate representation of color #24929B: hue angle of 184.54º 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 #24929B is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 146 | 155 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.39 |
| HSL | 184.54º | 0.62% | 0.37% | - |
| HSV(B) | 184.54º | 0.77% | 0.61% | - |
| XYZ | 16.92 | 23.3 | 34.62 | - |
| YUV | 114.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 155 | 0.77 | 0.06 | 0 | 0.39 | 184.54 | 0.62 | 0.37 |
| Hex | 24 | 92 | 9B | 4D | 6 | 0 | 27 | B9 | 3E | 25 |
| Octal | 44 | 222 | 233 | 115 | 6 | 0 | 47 | 271 | 76 | 45 |
| Binary | 100100 | 10010010 | 10011011 | 1001101 | 110 | 0 | 100111 | 10111001 | 111110 | 100101 |
Color Harmonies of #24929B
Complementary color
Monochromatic Colors of #24929B
Black with #24929B
Text Example
Text Example
White with #24929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24929B; }
p { color: rgb(36,146,155); }
H1.HeaderClassName
{
color: #24929B;
}
.AnyTagClassName
{
color: #24929B;
}
</style>
background-color css
<style>
a { background-color: #24929B; }
a { background-color: rgb(36,146,155); }
div.DivClassName
{
background-color: #24929B;
}
.BgClassName
{
background-color: #24929B;
}
</style>
border-color css
<style>
span { border-color: #24929B; }
span { border-color: rgb(36,146,155); }
td.TdClassName
{
border-color: #24929B;
}
.TagClassName
{
border-color: #24929B;
}
</style>