Shades of Java #249AA4
Tints of Java #249AA4
RGB
CMYK
RGB Variations
Color information
#249AA4 (or 0x249AA4) is known color: Java. HEX triplet: 24, 9A and A4. RGB value is (36,154,164). Sum of RGB (Red+Green+Blue) = 36+154+164=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #249AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249AA4 is #DB655B. Grayscale: #777777. Windows color (decimal): -14378332 or 10787364. OLE color: 10787364.
HSL color Cylindrical-coordinate representation of color #249AA4: hue angle of 184.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #249AA4 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 154 | 164 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.36 |
| HSL | 184.69º | 0.64% | 0.39% | - |
| HSV(B) | 184.69º | 0.78% | 0.64% | - |
| XYZ | 18.98 | 26.17 | 39.17 | - |
| YUV | 119.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 164 | 0.78 | 0.06 | 0 | 0.36 | 184.69 | 0.64 | 0.39 |
| Hex | 24 | 9A | A4 | 4E | 6 | 0 | 24 | B9 | 40 | 27 |
| Octal | 44 | 232 | 244 | 116 | 6 | 0 | 44 | 271 | 100 | 47 |
| Binary | 100100 | 10011010 | 10100100 | 1001110 | 110 | 0 | 100100 | 10111001 | 1000000 | 100111 |
Color Harmonies of #249AA4
Complementary color
Monochromatic Colors of #249AA4
Black with #249AA4
Text Example
Text Example
White with #249AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249AA4; }
p { color: rgb(36,154,164); }
H1.HeaderClassName
{
color: #249AA4;
}
.AnyTagClassName
{
color: #249AA4;
}
</style>
background-color css
<style>
a { background-color: #249AA4; }
a { background-color: rgb(36,154,164); }
div.DivClassName
{
background-color: #249AA4;
}
.BgClassName
{
background-color: #249AA4;
}
</style>
border-color css
<style>
span { border-color: #249AA4; }
span { border-color: rgb(36,154,164); }
td.TdClassName
{
border-color: #249AA4;
}
.TagClassName
{
border-color: #249AA4;
}
</style>