Shades of Java #23969A
Tints of Java #23969A
RGB
CMYK
RGB Variations
Color information
#23969A (or 0x23969A) is known color: Java. HEX triplet: 23, 96 and 9A. RGB value is (35,150,154). Sum of RGB (Red+Green+Blue) = 35+150+154=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #23969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23969A is #DC6965. Grayscale: #737373. Windows color (decimal): -14444902 or 10130979. OLE color: 10130979.
HSL color Cylindrical-coordinate representation of color #23969A: hue angle of 182.02º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23969A is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 150 | 154 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.40 |
| HSL | 182.02º | 0.63% | 0.37% | - |
| HSV(B) | 182.02º | 0.77% | 0.6% | - |
| XYZ | 17.43 | 24.5 | 34.38 | - |
| YUV | 116.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 154 | 0.77 | 0.03 | 0 | 0.40 | 182.02 | 0.63 | 0.37 |
| Hex | 23 | 96 | 9A | 4D | 3 | 0 | 28 | B6 | 3F | 25 |
| Octal | 43 | 226 | 232 | 115 | 3 | 0 | 50 | 266 | 77 | 45 |
| Binary | 100011 | 10010110 | 10011010 | 1001101 | 11 | 0 | 101000 | 10110110 | 111111 | 100101 |
Color Harmonies of #23969A
Complementary color
Monochromatic Colors of #23969A
Black with #23969A
Text Example
Text Example
White with #23969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23969A; }
p { color: rgb(35,150,154); }
H1.HeaderClassName
{
color: #23969A;
}
.AnyTagClassName
{
color: #23969A;
}
</style>
background-color css
<style>
a { background-color: #23969A; }
a { background-color: rgb(35,150,154); }
div.DivClassName
{
background-color: #23969A;
}
.BgClassName
{
background-color: #23969A;
}
</style>
border-color css
<style>
span { border-color: #23969A; }
span { border-color: rgb(35,150,154); }
td.TdClassName
{
border-color: #23969A;
}
.TagClassName
{
border-color: #23969A;
}
</style>