Shades of Java #248A91
Tints of Java #248A91
RGB
CMYK
RGB Variations
Color information
#248A91 (or 0x248A91) is known color: Java. HEX triplet: 24, 8A and 91. RGB value is (36,138,145). Sum of RGB (Red+Green+Blue) = 36+138+145=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #248A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A91 is #DB756E. Grayscale: #6C6C6C. Windows color (decimal): -14382447 or 9538084. OLE color: 9538084.
HSL color Cylindrical-coordinate representation of color #248A91: hue angle of 183.85º 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 #248A91 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 138 | 145 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.43 |
| HSL | 183.85º | 0.6% | 0.35% | - |
| HSV(B) | 183.85º | 0.75% | 0.57% | - |
| XYZ | 14.93 | 20.6 | 29.98 | - |
| YUV | 108.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 145 | 0.75 | 0.05 | 0 | 0.43 | 183.85 | 0.6 | 0.35 |
| Hex | 24 | 8A | 91 | 4B | 5 | 0 | 2B | B8 | 3C | 23 |
| Octal | 44 | 212 | 221 | 113 | 5 | 0 | 53 | 270 | 74 | 43 |
| Binary | 100100 | 10001010 | 10010001 | 1001011 | 101 | 0 | 101011 | 10111000 | 111100 | 100011 |
Color Harmonies of #248A91
Complementary color
Monochromatic Colors of #248A91
Black with #248A91
Text Example
Text Example
White with #248A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A91; }
p { color: rgb(36,138,145); }
H1.HeaderClassName
{
color: #248A91;
}
.AnyTagClassName
{
color: #248A91;
}
</style>
background-color css
<style>
a { background-color: #248A91; }
a { background-color: rgb(36,138,145); }
div.DivClassName
{
background-color: #248A91;
}
.BgClassName
{
background-color: #248A91;
}
</style>
border-color css
<style>
span { border-color: #248A91; }
span { border-color: rgb(36,138,145); }
td.TdClassName
{
border-color: #248A91;
}
.TagClassName
{
border-color: #248A91;
}
</style>