Shades of Java #258C92
Tints of Java #258C92
RGB
CMYK
RGB Variations
Color information
#258C92 (or 0x258C92) is known color: Java. HEX triplet: 25, 8C and 92. RGB value is (37,140,146). Sum of RGB (Red+Green+Blue) = 37+140+146=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #258C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C92 is #DA736D. Grayscale: #6D6D6D. Windows color (decimal): -14316398 or 9604133. OLE color: 9604133.
HSL color Cylindrical-coordinate representation of color #258C92: hue angle of 183.3º 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 #258C92 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 140 | 146 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.43 |
| HSL | 183.3º | 0.6% | 0.36% | - |
| HSV(B) | 183.3º | 0.75% | 0.57% | - |
| XYZ | 15.33 | 21.22 | 30.48 | - |
| YUV | 109.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 146 | 0.75 | 0.04 | 0 | 0.43 | 183.3 | 0.6 | 0.36 |
| Hex | 25 | 8C | 92 | 4B | 4 | 0 | 2B | B7 | 3C | 24 |
| Octal | 45 | 214 | 222 | 113 | 4 | 0 | 53 | 267 | 74 | 44 |
| Binary | 100101 | 10001100 | 10010010 | 1001011 | 100 | 0 | 101011 | 10110111 | 111100 | 100100 |
Color Harmonies of #258C92
Complementary color
Monochromatic Colors of #258C92
Black with #258C92
Text Example
Text Example
White with #258C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C92; }
p { color: rgb(37,140,146); }
H1.HeaderClassName
{
color: #258C92;
}
.AnyTagClassName
{
color: #258C92;
}
</style>
background-color css
<style>
a { background-color: #258C92; }
a { background-color: rgb(37,140,146); }
div.DivClassName
{
background-color: #258C92;
}
.BgClassName
{
background-color: #258C92;
}
</style>
border-color css
<style>
span { border-color: #258C92; }
span { border-color: rgb(37,140,146); }
td.TdClassName
{
border-color: #258C92;
}
.TagClassName
{
border-color: #258C92;
}
</style>