Shades of Java #258F93
Tints of Java #258F93
RGB
CMYK
RGB Variations
Color information
#258F93 (or 0x258F93) is known color: Java. HEX triplet: 25, 8F and 93. RGB value is (37,143,147). Sum of RGB (Red+Green+Blue) = 37+143+147=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #258F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F93 is #DA706C. Grayscale: #6F6F6F. Windows color (decimal): -14315629 or 9670437. OLE color: 9670437.
HSL color Cylindrical-coordinate representation of color #258F93: hue angle of 182.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258F93 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 143 | 147 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.42 |
| HSL | 182.18º | 0.6% | 0.36% | - |
| HSV(B) | 182.18º | 0.75% | 0.58% | - |
| XYZ | 15.85 | 22.14 | 31.04 | - |
| YUV | 111.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 147 | 0.75 | 0.03 | 0 | 0.42 | 182.18 | 0.6 | 0.36 |
| Hex | 25 | 8F | 93 | 4B | 3 | 0 | 2A | B6 | 3C | 24 |
| Octal | 45 | 217 | 223 | 113 | 3 | 0 | 52 | 266 | 74 | 44 |
| Binary | 100101 | 10001111 | 10010011 | 1001011 | 11 | 0 | 101010 | 10110110 | 111100 | 100100 |
Color Harmonies of #258F93
Complementary color
Monochromatic Colors of #258F93
Black with #258F93
Text Example
Text Example
White with #258F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F93; }
p { color: rgb(37,143,147); }
H1.HeaderClassName
{
color: #258F93;
}
.AnyTagClassName
{
color: #258F93;
}
</style>
background-color css
<style>
a { background-color: #258F93; }
a { background-color: rgb(37,143,147); }
div.DivClassName
{
background-color: #258F93;
}
.BgClassName
{
background-color: #258F93;
}
</style>
border-color css
<style>
span { border-color: #258F93; }
span { border-color: rgb(37,143,147); }
td.TdClassName
{
border-color: #258F93;
}
.TagClassName
{
border-color: #258F93;
}
</style>