Shades of Java #24969C
Tints of Java #24969C
RGB
CMYK
RGB Variations
Color information
#24969C (or 0x24969C) is known color: Java. HEX triplet: 24, 96 and 9C. RGB value is (36,150,156). Sum of RGB (Red+Green+Blue) = 36+150+156=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #24969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24969C is #DB6963. Grayscale: #747474. Windows color (decimal): -14379364 or 10262052. OLE color: 10262052.
HSL color Cylindrical-coordinate representation of color #24969C: hue angle of 183º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24969C is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 150 | 156 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.39 |
| HSL | 183º | 0.63% | 0.38% | - |
| HSV(B) | 183º | 0.77% | 0.61% | - |
| XYZ | 17.63 | 24.59 | 35.27 | - |
| YUV | 116.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 156 | 0.77 | 0.04 | 0 | 0.39 | 183 | 0.63 | 0.38 |
| Hex | 24 | 96 | 9C | 4D | 4 | 0 | 27 | B7 | 3E | 26 |
| Octal | 44 | 226 | 234 | 115 | 4 | 0 | 47 | 267 | 76 | 46 |
| Binary | 100100 | 10010110 | 10011100 | 1001101 | 100 | 0 | 100111 | 10110111 | 111110 | 100110 |
Color Harmonies of #24969C
Complementary color
Monochromatic Colors of #24969C
Black with #24969C
Text Example
Text Example
White with #24969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24969C; }
p { color: rgb(36,150,156); }
H1.HeaderClassName
{
color: #24969C;
}
.AnyTagClassName
{
color: #24969C;
}
</style>
background-color css
<style>
a { background-color: #24969C; }
a { background-color: rgb(36,150,156); }
div.DivClassName
{
background-color: #24969C;
}
.BgClassName
{
background-color: #24969C;
}
</style>
border-color css
<style>
span { border-color: #24969C; }
span { border-color: rgb(36,150,156); }
td.TdClassName
{
border-color: #24969C;
}
.TagClassName
{
border-color: #24969C;
}
</style>