Shades of Java #2D9298
Tints of Java #2D9298
RGB
CMYK
RGB Variations
Color information
#2D9298 (or 0x2D9298) is known color: Java. HEX triplet: 2D, 92 and 98. RGB value is (45,146,152). Sum of RGB (Red+Green+Blue) = 45+146+152=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D9298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9298 is #D26D67. Grayscale: #747474. Windows color (decimal): -13790568 or 9998893. OLE color: 9998893.
HSL color Cylindrical-coordinate representation of color #2D9298: hue angle of 183.36º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9298 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 146 | 152 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.40 |
| HSL | 183.36º | 0.54% | 0.39% | - |
| HSV(B) | 183.36º | 0.7% | 0.6% | - |
| XYZ | 17.03 | 23.38 | 33.32 | - |
| YUV | 116.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 152 | 0.70 | 0.04 | 0 | 0.40 | 183.36 | 0.54 | 0.39 |
| Hex | 2D | 92 | 98 | 46 | 4 | 0 | 28 | B7 | 36 | 27 |
| Octal | 55 | 222 | 230 | 106 | 4 | 0 | 50 | 267 | 66 | 47 |
| Binary | 101101 | 10010010 | 10011000 | 1000110 | 100 | 0 | 101000 | 10110111 | 110110 | 100111 |
Color Harmonies of #2D9298
Complementary color
Monochromatic Colors of #2D9298
Black with #2D9298
Text Example
Text Example
White with #2D9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9298; }
p { color: rgb(45,146,152); }
H1.HeaderClassName
{
color: #2D9298;
}
.AnyTagClassName
{
color: #2D9298;
}
</style>
background-color css
<style>
a { background-color: #2D9298; }
a { background-color: rgb(45,146,152); }
div.DivClassName
{
background-color: #2D9298;
}
.BgClassName
{
background-color: #2D9298;
}
</style>
border-color css
<style>
span { border-color: #2D9298; }
span { border-color: rgb(45,146,152); }
td.TdClassName
{
border-color: #2D9298;
}
.TagClassName
{
border-color: #2D9298;
}
</style>