Shades of Java #258C8E
Tints of Java #258C8E
RGB
CMYK
RGB Variations
Color information
#258C8E (or 0x258C8E) is known color: Java. HEX triplet: 25, 8C and 8E. RGB value is (37,140,142). Sum of RGB (Red+Green+Blue) = 37+140+142=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #258C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C8E is #DA7371. Grayscale: #6D6D6D. Windows color (decimal): -14316402 or 9341989. OLE color: 9341989.
HSL color Cylindrical-coordinate representation of color #258C8E: hue angle of 181.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258C8E is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 140 | 142 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.44 |
| HSL | 181.14º | 0.59% | 0.35% | - |
| HSV(B) | 181.14º | 0.74% | 0.56% | - |
| XYZ | 15.02 | 21.1 | 28.87 | - |
| YUV | 109.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 142 | 0.74 | 0.01 | 0 | 0.44 | 181.14 | 0.59 | 0.35 |
| Hex | 25 | 8C | 8E | 4A | 1 | 0 | 2C | B5 | 3B | 23 |
| Octal | 45 | 214 | 216 | 112 | 1 | 0 | 54 | 265 | 73 | 43 |
| Binary | 100101 | 10001100 | 10001110 | 1001010 | 1 | 0 | 101100 | 10110101 | 111011 | 100011 |
Color Harmonies of #258C8E
Complementary color
Monochromatic Colors of #258C8E
Black with #258C8E
Text Example
Text Example
White with #258C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C8E; }
p { color: rgb(37,140,142); }
H1.HeaderClassName
{
color: #258C8E;
}
.AnyTagClassName
{
color: #258C8E;
}
</style>
background-color css
<style>
a { background-color: #258C8E; }
a { background-color: rgb(37,140,142); }
div.DivClassName
{
background-color: #258C8E;
}
.BgClassName
{
background-color: #258C8E;
}
</style>
border-color css
<style>
span { border-color: #258C8E; }
span { border-color: rgb(37,140,142); }
td.TdClassName
{
border-color: #258C8E;
}
.TagClassName
{
border-color: #258C8E;
}
</style>