Shades of Java #249BA3
Tints of Java #249BA3
RGB
CMYK
RGB Variations
Color information
#249BA3 (or 0x249BA3) is known color: Java. HEX triplet: 24, 9B and A3. RGB value is (36,155,163). Sum of RGB (Red+Green+Blue) = 36+155+163=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #249BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249BA3 is #DB645C. Grayscale: #787878. Windows color (decimal): -14378077 or 10722084. OLE color: 10722084.
HSL color Cylindrical-coordinate representation of color #249BA3: hue angle of 183.78º 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 #249BA3 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 155 | 163 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.36 |
| HSL | 183.78º | 0.64% | 0.39% | - |
| HSV(B) | 183.78º | 0.78% | 0.64% | - |
| XYZ | 19.06 | 26.46 | 38.75 | - |
| YUV | 120.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 163 | 0.78 | 0.05 | 0 | 0.36 | 183.78 | 0.64 | 0.39 |
| Hex | 24 | 9B | A3 | 4E | 5 | 0 | 24 | B8 | 40 | 27 |
| Octal | 44 | 233 | 243 | 116 | 5 | 0 | 44 | 270 | 100 | 47 |
| Binary | 100100 | 10011011 | 10100011 | 1001110 | 101 | 0 | 100100 | 10111000 | 1000000 | 100111 |
Color Harmonies of #249BA3
Complementary color
Monochromatic Colors of #249BA3
Black with #249BA3
Text Example
Text Example
White with #249BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BA3; }
p { color: rgb(36,155,163); }
H1.HeaderClassName
{
color: #249BA3;
}
.AnyTagClassName
{
color: #249BA3;
}
</style>
background-color css
<style>
a { background-color: #249BA3; }
a { background-color: rgb(36,155,163); }
div.DivClassName
{
background-color: #249BA3;
}
.BgClassName
{
background-color: #249BA3;
}
</style>
border-color css
<style>
span { border-color: #249BA3; }
span { border-color: rgb(36,155,163); }
td.TdClassName
{
border-color: #249BA3;
}
.TagClassName
{
border-color: #249BA3;
}
</style>