Shades of Java #33989C
Tints of Java #33989C
RGB
CMYK
RGB Variations
Color information
#33989C (or 0x33989C) is known color: Java. HEX triplet: 33, 98 and 9C. RGB value is (51,152,156). Sum of RGB (Red+Green+Blue) = 51+152+156=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #33989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33989C is #CC6763. Grayscale: #7A7A7A. Windows color (decimal): -13395812 or 10262579. OLE color: 10262579.
HSL color Cylindrical-coordinate representation of color #33989C: hue angle of 182.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33989C is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 152 | 156 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.39 |
| HSL | 182.29º | 0.51% | 0.41% | - |
| HSV(B) | 182.29º | 0.67% | 0.61% | - |
| XYZ | 18.59 | 25.56 | 35.41 | - |
| YUV | 122.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 156 | 0.67 | 0.03 | 0 | 0.39 | 182.29 | 0.51 | 0.41 |
| Hex | 33 | 98 | 9C | 43 | 3 | 0 | 27 | B6 | 33 | 29 |
| Octal | 63 | 230 | 234 | 103 | 3 | 0 | 47 | 266 | 63 | 51 |
| Binary | 110011 | 10011000 | 10011100 | 1000011 | 11 | 0 | 100111 | 10110110 | 110011 | 101001 |
Color Harmonies of #33989C
Complementary color
Monochromatic Colors of #33989C
Black with #33989C
Text Example
Text Example
White with #33989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33989C; }
p { color: rgb(51,152,156); }
H1.HeaderClassName
{
color: #33989C;
}
.AnyTagClassName
{
color: #33989C;
}
</style>
background-color css
<style>
a { background-color: #33989C; }
a { background-color: rgb(51,152,156); }
div.DivClassName
{
background-color: #33989C;
}
.BgClassName
{
background-color: #33989C;
}
</style>
border-color css
<style>
span { border-color: #33989C; }
span { border-color: rgb(51,152,156); }
td.TdClassName
{
border-color: #33989C;
}
.TagClassName
{
border-color: #33989C;
}
</style>