Shades of Java #258A92
Tints of Java #258A92
RGB
CMYK
RGB Variations
Color information
#258A92 (or 0x258A92) is known color: Java. HEX triplet: 25, 8A and 92. RGB value is (37,138,146). Sum of RGB (Red+Green+Blue) = 37+138+146=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #258A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A92 is #DA756D. Grayscale: #6C6C6C. Windows color (decimal): -14316910 or 9603621. OLE color: 9603621.
HSL color Cylindrical-coordinate representation of color #258A92: hue angle of 184.4º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258A92 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 138 | 146 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.43 |
| HSL | 184.4º | 0.6% | 0.36% | - |
| HSV(B) | 184.4º | 0.75% | 0.57% | - |
| XYZ | 15.04 | 20.65 | 30.39 | - |
| YUV | 108.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 146 | 0.75 | 0.05 | 0 | 0.43 | 184.4 | 0.6 | 0.36 |
| Hex | 25 | 8A | 92 | 4B | 5 | 0 | 2B | B8 | 3C | 24 |
| Octal | 45 | 212 | 222 | 113 | 5 | 0 | 53 | 270 | 74 | 44 |
| Binary | 100101 | 10001010 | 10010010 | 1001011 | 101 | 0 | 101011 | 10111000 | 111100 | 100100 |
Color Harmonies of #258A92
Complementary color
Monochromatic Colors of #258A92
Black with #258A92
Text Example
Text Example
White with #258A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A92; }
p { color: rgb(37,138,146); }
H1.HeaderClassName
{
color: #258A92;
}
.AnyTagClassName
{
color: #258A92;
}
</style>
background-color css
<style>
a { background-color: #258A92; }
a { background-color: rgb(37,138,146); }
div.DivClassName
{
background-color: #258A92;
}
.BgClassName
{
background-color: #258A92;
}
</style>
border-color css
<style>
span { border-color: #258A92; }
span { border-color: rgb(37,138,146); }
td.TdClassName
{
border-color: #258A92;
}
.TagClassName
{
border-color: #258A92;
}
</style>