Shades of Java #248C91
Tints of Java #248C91
RGB
CMYK
RGB Variations
Color information
#248C91 (or 0x248C91) is known color: Java. HEX triplet: 24, 8C and 91. RGB value is (36,140,145). Sum of RGB (Red+Green+Blue) = 36+140+145=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #248C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C91 is #DB736E. Grayscale: #6D6D6D. Windows color (decimal): -14381935 or 9538596. OLE color: 9538596.
HSL color Cylindrical-coordinate representation of color #248C91: hue angle of 182.75º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248C91 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 140 | 145 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.43 |
| HSL | 182.75º | 0.6% | 0.35% | - |
| HSV(B) | 182.75º | 0.75% | 0.57% | - |
| XYZ | 15.22 | 21.18 | 30.07 | - |
| YUV | 109.47 | 148.04 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 145 | 0.75 | 0.03 | 0 | 0.43 | 182.75 | 0.6 | 0.35 |
| Hex | 24 | 8C | 91 | 4B | 3 | 0 | 2B | B7 | 3C | 23 |
| Octal | 44 | 214 | 221 | 113 | 3 | 0 | 53 | 267 | 74 | 43 |
| Binary | 100100 | 10001100 | 10010001 | 1001011 | 11 | 0 | 101011 | 10110111 | 111100 | 100011 |
Color Harmonies of #248C91
Complementary color
Monochromatic Colors of #248C91
Black with #248C91
Text Example
Text Example
White with #248C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C91; }
p { color: rgb(36,140,145); }
H1.HeaderClassName
{
color: #248C91;
}
.AnyTagClassName
{
color: #248C91;
}
</style>
background-color css
<style>
a { background-color: #248C91; }
a { background-color: rgb(36,140,145); }
div.DivClassName
{
background-color: #248C91;
}
.BgClassName
{
background-color: #248C91;
}
</style>
border-color css
<style>
span { border-color: #248C91; }
span { border-color: rgb(36,140,145); }
td.TdClassName
{
border-color: #248C91;
}
.TagClassName
{
border-color: #248C91;
}
</style>