Shades of Java #258E94
Tints of Java #258E94
RGB
CMYK
RGB Variations
Color information
#258E94 (or 0x258E94) is known color: Java. HEX triplet: 25, 8E and 94. RGB value is (37,142,148). Sum of RGB (Red+Green+Blue) = 37+142+148=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #258E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E94 is #DA716B. Grayscale: #6F6F6F. Windows color (decimal): -14315884 or 9735717. OLE color: 9735717.
HSL color Cylindrical-coordinate representation of color #258E94: hue angle of 183.24º 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 #258E94 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 142 | 148 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.42 |
| HSL | 183.24º | 0.6% | 0.36% | - |
| HSV(B) | 183.24º | 0.75% | 0.58% | - |
| XYZ | 15.78 | 21.88 | 31.41 | - |
| YUV | 111.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 148 | 0.75 | 0.04 | 0 | 0.42 | 183.24 | 0.6 | 0.36 |
| Hex | 25 | 8E | 94 | 4B | 4 | 0 | 2A | B7 | 3C | 24 |
| Octal | 45 | 216 | 224 | 113 | 4 | 0 | 52 | 267 | 74 | 44 |
| Binary | 100101 | 10001110 | 10010100 | 1001011 | 100 | 0 | 101010 | 10110111 | 111100 | 100100 |
Color Harmonies of #258E94
Complementary color
Monochromatic Colors of #258E94
Black with #258E94
Text Example
Text Example
White with #258E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258E94; }
p { color: rgb(37,142,148); }
H1.HeaderClassName
{
color: #258E94;
}
.AnyTagClassName
{
color: #258E94;
}
</style>
background-color css
<style>
a { background-color: #258E94; }
a { background-color: rgb(37,142,148); }
div.DivClassName
{
background-color: #258E94;
}
.BgClassName
{
background-color: #258E94;
}
</style>
border-color css
<style>
span { border-color: #258E94; }
span { border-color: rgb(37,142,148); }
td.TdClassName
{
border-color: #258E94;
}
.TagClassName
{
border-color: #258E94;
}
</style>