Shades of Java #258C90
Tints of Java #258C90
RGB
CMYK
RGB Variations
Color information
#258C90 (or 0x258C90) is known color: Java. HEX triplet: 25, 8C and 90. RGB value is (37,140,144). Sum of RGB (Red+Green+Blue) = 37+140+144=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #258C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C90 is #DA736F. Grayscale: #6D6D6D. Windows color (decimal): -14316400 or 9473061. OLE color: 9473061.
HSL color Cylindrical-coordinate representation of color #258C90: hue angle of 182.24º 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 #258C90 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 140 | 144 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.44 |
| HSL | 182.24º | 0.59% | 0.35% | - |
| HSV(B) | 182.24º | 0.74% | 0.56% | - |
| XYZ | 15.18 | 21.16 | 29.67 | - |
| YUV | 109.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 144 | 0.74 | 0.03 | 0 | 0.44 | 182.24 | 0.59 | 0.35 |
| Hex | 25 | 8C | 90 | 4A | 3 | 0 | 2C | B6 | 3B | 23 |
| Octal | 45 | 214 | 220 | 112 | 3 | 0 | 54 | 266 | 73 | 43 |
| Binary | 100101 | 10001100 | 10010000 | 1001010 | 11 | 0 | 101100 | 10110110 | 111011 | 100011 |
Color Harmonies of #258C90
Complementary color
Monochromatic Colors of #258C90
Black with #258C90
Text Example
Text Example
White with #258C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C90; }
p { color: rgb(37,140,144); }
H1.HeaderClassName
{
color: #258C90;
}
.AnyTagClassName
{
color: #258C90;
}
</style>
background-color css
<style>
a { background-color: #258C90; }
a { background-color: rgb(37,140,144); }
div.DivClassName
{
background-color: #258C90;
}
.BgClassName
{
background-color: #258C90;
}
</style>
border-color css
<style>
span { border-color: #258C90; }
span { border-color: rgb(37,140,144); }
td.TdClassName
{
border-color: #258C90;
}
.TagClassName
{
border-color: #258C90;
}
</style>