Shades of Java #24969D
Tints of Java #24969D
RGB
CMYK
RGB Variations
Color information
#24969D (or 0x24969D) is known color: Java. HEX triplet: 24, 96 and 9D. RGB value is (36,150,157). Sum of RGB (Red+Green+Blue) = 36+150+157=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #24969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969D is #DB6962. Grayscale: #747474. Windows color (decimal): -14379363 or 10327588. OLE color: 10327588.
HSL color Cylindrical-coordinate representation of color #24969D: hue angle of 183.47º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24969D is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 150 | 157 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.38 |
| HSL | 183.47º | 0.63% | 0.38% | - |
| HSV(B) | 183.47º | 0.77% | 0.62% | - |
| XYZ | 17.72 | 24.62 | 35.72 | - |
| YUV | 116.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 157 | 0.77 | 0.04 | 0 | 0.38 | 183.47 | 0.63 | 0.38 |
| Hex | 24 | 96 | 9D | 4D | 4 | 0 | 26 | B7 | 3F | 26 |
| Octal | 44 | 226 | 235 | 115 | 4 | 0 | 46 | 267 | 77 | 46 |
| Binary | 100100 | 10010110 | 10011101 | 1001101 | 100 | 0 | 100110 | 10110111 | 111111 | 100110 |
Color Harmonies of #24969D
Complementary color
Monochromatic Colors of #24969D
Black with #24969D
Text Example
Text Example
White with #24969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24969D; }
p { color: rgb(36,150,157); }
H1.HeaderClassName
{
color: #24969D;
}
.AnyTagClassName
{
color: #24969D;
}
</style>
background-color css
<style>
a { background-color: #24969D; }
a { background-color: rgb(36,150,157); }
div.DivClassName
{
background-color: #24969D;
}
.BgClassName
{
background-color: #24969D;
}
</style>
border-color css
<style>
span { border-color: #24969D; }
span { border-color: rgb(36,150,157); }
td.TdClassName
{
border-color: #24969D;
}
.TagClassName
{
border-color: #24969D;
}
</style>