Shades of Java #248F9C
Tints of Java #248F9C
RGB
CMYK
RGB Variations
Color information
#248F9C (or 0x248F9C) is known color: Java. HEX triplet: 24, 8F and 9C. RGB value is (36,143,156). Sum of RGB (Red+Green+Blue) = 36+143+156=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #248F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F9C is #DB7063. Grayscale: #707070. Windows color (decimal): -14381156 or 10260260. OLE color: 10260260.
HSL color Cylindrical-coordinate representation of color #248F9C: hue angle of 186.5º 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 #248F9C is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 143 | 156 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.39 |
| HSL | 186.5º | 0.63% | 0.38% | - |
| HSV(B) | 186.5º | 0.77% | 0.61% | - |
| XYZ | 16.55 | 22.42 | 34.91 | - |
| YUV | 112.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 156 | 0.77 | 0.08 | 0 | 0.39 | 186.5 | 0.63 | 0.38 |
| Hex | 24 | 8F | 9C | 4D | 8 | 0 | 27 | BA | 3E | 26 |
| Octal | 44 | 217 | 234 | 115 | 10 | 0 | 47 | 272 | 76 | 46 |
| Binary | 100100 | 10001111 | 10011100 | 1001101 | 1000 | 0 | 100111 | 10111010 | 111110 | 100110 |
Color Harmonies of #248F9C
Complementary color
Monochromatic Colors of #248F9C
Black with #248F9C
Text Example
Text Example
White with #248F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F9C; }
p { color: rgb(36,143,156); }
H1.HeaderClassName
{
color: #248F9C;
}
.AnyTagClassName
{
color: #248F9C;
}
</style>
background-color css
<style>
a { background-color: #248F9C; }
a { background-color: rgb(36,143,156); }
div.DivClassName
{
background-color: #248F9C;
}
.BgClassName
{
background-color: #248F9C;
}
</style>
border-color css
<style>
span { border-color: #248F9C; }
span { border-color: rgb(36,143,156); }
td.TdClassName
{
border-color: #248F9C;
}
.TagClassName
{
border-color: #248F9C;
}
</style>