Shades of Java #238993
Tints of Java #238993
RGB
CMYK
RGB Variations
Color information
#238993 (or 0x238993) is known color: Java. HEX triplet: 23, 89 and 93. RGB value is (35,137,147). Sum of RGB (Red+Green+Blue) = 35+137+147=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #238993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238993 is #DC766C. Grayscale: #6B6B6B. Windows color (decimal): -14448237 or 9668899. OLE color: 9668899.
HSL color Cylindrical-coordinate representation of color #238993: hue angle of 185.36º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238993 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 137 | 147 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.36º | 0.62% | 0.36% | - |
| HSV(B) | 185.36º | 0.76% | 0.58% | - |
| XYZ | 14.91 | 20.36 | 30.75 | - |
| YUV | 107.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 147 | 0.76 | 0.07 | 0 | 0.42 | 185.36 | 0.62 | 0.36 |
| Hex | 23 | 89 | 93 | 4C | 7 | 0 | 2A | B9 | 3E | 24 |
| Octal | 43 | 211 | 223 | 114 | 7 | 0 | 52 | 271 | 76 | 44 |
| Binary | 100011 | 10001001 | 10010011 | 1001100 | 111 | 0 | 101010 | 10111001 | 111110 | 100100 |
Color Harmonies of #238993
Complementary color
Monochromatic Colors of #238993
Black with #238993
Text Example
Text Example
White with #238993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238993; }
p { color: rgb(35,137,147); }
H1.HeaderClassName
{
color: #238993;
}
.AnyTagClassName
{
color: #238993;
}
</style>
background-color css
<style>
a { background-color: #238993; }
a { background-color: rgb(35,137,147); }
div.DivClassName
{
background-color: #238993;
}
.BgClassName
{
background-color: #238993;
}
</style>
border-color css
<style>
span { border-color: #238993; }
span { border-color: rgb(35,137,147); }
td.TdClassName
{
border-color: #238993;
}
.TagClassName
{
border-color: #238993;
}
</style>