Shades of Java #23979C
Tints of Java #23979C
RGB
CMYK
RGB Variations
Color information
#23979C (or 0x23979C) is known color: Java. HEX triplet: 23, 97 and 9C. RGB value is (35,151,156). Sum of RGB (Red+Green+Blue) = 35+151+156=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #23979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23979C is #DC6863. Grayscale: #747474. Windows color (decimal): -14444644 or 10262307. OLE color: 10262307.
HSL color Cylindrical-coordinate representation of color #23979C: hue angle of 182.48º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23979C is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 151 | 156 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.39 |
| HSL | 182.48º | 0.63% | 0.37% | - |
| HSV(B) | 182.48º | 0.78% | 0.61% | - |
| XYZ | 17.76 | 24.89 | 35.32 | - |
| YUV | 116.89 | 150.07 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 156 | 0.78 | 0.03 | 0 | 0.39 | 182.48 | 0.63 | 0.37 |
| Hex | 23 | 97 | 9C | 4E | 3 | 0 | 27 | B6 | 3F | 25 |
| Octal | 43 | 227 | 234 | 116 | 3 | 0 | 47 | 266 | 77 | 45 |
| Binary | 100011 | 10010111 | 10011100 | 1001110 | 11 | 0 | 100111 | 10110110 | 111111 | 100101 |
Color Harmonies of #23979C
Complementary color
Monochromatic Colors of #23979C
Black with #23979C
Text Example
Text Example
White with #23979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23979C; }
p { color: rgb(35,151,156); }
H1.HeaderClassName
{
color: #23979C;
}
.AnyTagClassName
{
color: #23979C;
}
</style>
background-color css
<style>
a { background-color: #23979C; }
a { background-color: rgb(35,151,156); }
div.DivClassName
{
background-color: #23979C;
}
.BgClassName
{
background-color: #23979C;
}
</style>
border-color css
<style>
span { border-color: #23979C; }
span { border-color: rgb(35,151,156); }
td.TdClassName
{
border-color: #23979C;
}
.TagClassName
{
border-color: #23979C;
}
</style>