Shades of Java #2599A4
Tints of Java #2599A4
RGB
CMYK
RGB Variations
Color information
#2599A4 (or 0x2599A4) is known color: Java. HEX triplet: 25, 99 and A4. RGB value is (37,153,164). Sum of RGB (Red+Green+Blue) = 37+153+164=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #2599A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599A4 is #DA665B. Grayscale: #777777. Windows color (decimal): -14313052 or 10787109. OLE color: 10787109.
HSL color Cylindrical-coordinate representation of color #2599A4: hue angle of 185.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2599A4 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 153 | 164 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.36 |
| HSL | 185.2º | 0.63% | 0.39% | - |
| HSV(B) | 185.2º | 0.77% | 0.64% | - |
| XYZ | 18.86 | 25.86 | 39.12 | - |
| YUV | 119.57 | 153.07 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 164 | 0.77 | 0.07 | 0 | 0.36 | 185.2 | 0.63 | 0.39 |
| Hex | 25 | 99 | A4 | 4D | 7 | 0 | 24 | B9 | 3F | 27 |
| Octal | 45 | 231 | 244 | 115 | 7 | 0 | 44 | 271 | 77 | 47 |
| Binary | 100101 | 10011001 | 10100100 | 1001101 | 111 | 0 | 100100 | 10111001 | 111111 | 100111 |
Color Harmonies of #2599A4
Complementary color
Monochromatic Colors of #2599A4
Black with #2599A4
Text Example
Text Example
White with #2599A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2599A4; }
p { color: rgb(37,153,164); }
H1.HeaderClassName
{
color: #2599A4;
}
.AnyTagClassName
{
color: #2599A4;
}
</style>
background-color css
<style>
a { background-color: #2599A4; }
a { background-color: rgb(37,153,164); }
div.DivClassName
{
background-color: #2599A4;
}
.BgClassName
{
background-color: #2599A4;
}
</style>
border-color css
<style>
span { border-color: #2599A4; }
span { border-color: rgb(37,153,164); }
td.TdClassName
{
border-color: #2599A4;
}
.TagClassName
{
border-color: #2599A4;
}
</style>