Shades of Java #2397A4
Tints of Java #2397A4
RGB
CMYK
RGB Variations
Color information
#2397A4 (or 0x2397A4) is known color: Java. HEX triplet: 23, 97 and A4. RGB value is (35,151,164). Sum of RGB (Red+Green+Blue) = 35+151+164=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #2397A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2397A4 is #DC685B. Grayscale: #757575. Windows color (decimal): -14444636 or 10786595. OLE color: 10786595.
HSL color Cylindrical-coordinate representation of color #2397A4: hue angle of 186.05º 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 #2397A4 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 151 | 164 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.36 |
| HSL | 186.05º | 0.65% | 0.39% | - |
| HSV(B) | 186.05º | 0.79% | 0.64% | - |
| XYZ | 18.46 | 25.17 | 39.01 | - |
| YUV | 117.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 164 | 0.79 | 0.08 | 0 | 0.36 | 186.05 | 0.65 | 0.39 |
| Hex | 23 | 97 | A4 | 4F | 8 | 0 | 24 | BA | 41 | 27 |
| Octal | 43 | 227 | 244 | 117 | 10 | 0 | 44 | 272 | 101 | 47 |
| Binary | 100011 | 10010111 | 10100100 | 1001111 | 1000 | 0 | 100100 | 10111010 | 1000001 | 100111 |
Color Harmonies of #2397A4
Complementary color
Monochromatic Colors of #2397A4
Black with #2397A4
Text Example
Text Example
White with #2397A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2397A4; }
p { color: rgb(35,151,164); }
H1.HeaderClassName
{
color: #2397A4;
}
.AnyTagClassName
{
color: #2397A4;
}
</style>
background-color css
<style>
a { background-color: #2397A4; }
a { background-color: rgb(35,151,164); }
div.DivClassName
{
background-color: #2397A4;
}
.BgClassName
{
background-color: #2397A4;
}
</style>
border-color css
<style>
span { border-color: #2397A4; }
span { border-color: rgb(35,151,164); }
td.TdClassName
{
border-color: #2397A4;
}
.TagClassName
{
border-color: #2397A4;
}
</style>