Shades of Java #259CA2
Tints of Java #259CA2
RGB
CMYK
RGB Variations
Color information
#259CA2 (or 0x259CA2) is known color: Java. HEX triplet: 25, 9C and A2. RGB value is (37,156,162). Sum of RGB (Red+Green+Blue) = 37+156+162=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #259CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259CA2 is #DA635D. Grayscale: #787878. Windows color (decimal): -14312286 or 10656805. OLE color: 10656805.
HSL color Cylindrical-coordinate representation of color #259CA2: hue angle of 182.88º 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 #259CA2 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 156 | 162 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.36 |
| HSL | 182.88º | 0.63% | 0.39% | - |
| HSV(B) | 182.88º | 0.77% | 0.64% | - |
| XYZ | 19.17 | 26.78 | 38.34 | - |
| YUV | 121.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 162 | 0.77 | 0.04 | 0 | 0.36 | 182.88 | 0.63 | 0.39 |
| Hex | 25 | 9C | A2 | 4D | 4 | 0 | 24 | B7 | 3F | 27 |
| Octal | 45 | 234 | 242 | 115 | 4 | 0 | 44 | 267 | 77 | 47 |
| Binary | 100101 | 10011100 | 10100010 | 1001101 | 100 | 0 | 100100 | 10110111 | 111111 | 100111 |
Color Harmonies of #259CA2
Complementary color
Monochromatic Colors of #259CA2
Black with #259CA2
Text Example
Text Example
White with #259CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259CA2; }
p { color: rgb(37,156,162); }
H1.HeaderClassName
{
color: #259CA2;
}
.AnyTagClassName
{
color: #259CA2;
}
</style>
background-color css
<style>
a { background-color: #259CA2; }
a { background-color: rgb(37,156,162); }
div.DivClassName
{
background-color: #259CA2;
}
.BgClassName
{
background-color: #259CA2;
}
</style>
border-color css
<style>
span { border-color: #259CA2; }
span { border-color: rgb(37,156,162); }
td.TdClassName
{
border-color: #259CA2;
}
.TagClassName
{
border-color: #259CA2;
}
</style>