Shades of Java #239CA4
Tints of Java #239CA4
RGB
CMYK
RGB Variations
Color information
#239CA4 (or 0x239CA4) is known color: Java. HEX triplet: 23, 9C and A4. RGB value is (35,156,164). Sum of RGB (Red+Green+Blue) = 35+156+164=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #239CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239CA4 is #DC635B. Grayscale: #787878. Windows color (decimal): -14443356 or 10787875. OLE color: 10787875.
HSL color Cylindrical-coordinate representation of color #239CA4: hue angle of 183.72º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239CA4 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 156 | 164 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.36 |
| HSL | 183.72º | 0.65% | 0.39% | - |
| HSV(B) | 183.72º | 0.79% | 0.64% | - |
| XYZ | 19.28 | 26.81 | 39.28 | - |
| YUV | 120.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 164 | 0.79 | 0.05 | 0 | 0.36 | 183.72 | 0.65 | 0.39 |
| Hex | 23 | 9C | A4 | 4F | 5 | 0 | 24 | B8 | 41 | 27 |
| Octal | 43 | 234 | 244 | 117 | 5 | 0 | 44 | 270 | 101 | 47 |
| Binary | 100011 | 10011100 | 10100100 | 1001111 | 101 | 0 | 100100 | 10111000 | 1000001 | 100111 |
Color Harmonies of #239CA4
Complementary color
Monochromatic Colors of #239CA4
Black with #239CA4
Text Example
Text Example
White with #239CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CA4; }
p { color: rgb(35,156,164); }
H1.HeaderClassName
{
color: #239CA4;
}
.AnyTagClassName
{
color: #239CA4;
}
</style>
background-color css
<style>
a { background-color: #239CA4; }
a { background-color: rgb(35,156,164); }
div.DivClassName
{
background-color: #239CA4;
}
.BgClassName
{
background-color: #239CA4;
}
</style>
border-color css
<style>
span { border-color: #239CA4; }
span { border-color: rgb(35,156,164); }
td.TdClassName
{
border-color: #239CA4;
}
.TagClassName
{
border-color: #239CA4;
}
</style>