Shades of Java #23949B
Tints of Java #23949B
RGB
CMYK
RGB Variations
Color information
#23949B (or 0x23949B) is known color: Java. HEX triplet: 23, 94 and 9B. RGB value is (35,148,155). Sum of RGB (Red+Green+Blue) = 35+148+155=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #23949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23949B is #DC6B64. Grayscale: #727272. Windows color (decimal): -14445413 or 10196003. OLE color: 10196003.
HSL color Cylindrical-coordinate representation of color #23949B: hue angle of 183.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23949B is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 148 | 155 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.39 |
| HSL | 183.5º | 0.63% | 0.37% | - |
| HSV(B) | 183.5º | 0.77% | 0.61% | - |
| XYZ | 17.2 | 23.9 | 34.72 | - |
| YUV | 115.01 | 150.56 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 155 | 0.77 | 0.05 | 0 | 0.39 | 183.5 | 0.63 | 0.37 |
| Hex | 23 | 94 | 9B | 4D | 5 | 0 | 27 | B8 | 3F | 25 |
| Octal | 43 | 224 | 233 | 115 | 5 | 0 | 47 | 270 | 77 | 45 |
| Binary | 100011 | 10010100 | 10011011 | 1001101 | 101 | 0 | 100111 | 10111000 | 111111 | 100101 |
Color Harmonies of #23949B
Complementary color
Monochromatic Colors of #23949B
Black with #23949B
Text Example
Text Example
White with #23949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23949B; }
p { color: rgb(35,148,155); }
H1.HeaderClassName
{
color: #23949B;
}
.AnyTagClassName
{
color: #23949B;
}
</style>
background-color css
<style>
a { background-color: #23949B; }
a { background-color: rgb(35,148,155); }
div.DivClassName
{
background-color: #23949B;
}
.BgClassName
{
background-color: #23949B;
}
</style>
border-color css
<style>
span { border-color: #23949B; }
span { border-color: rgb(35,148,155); }
td.TdClassName
{
border-color: #23949B;
}
.TagClassName
{
border-color: #23949B;
}
</style>