Shades of Blue Chill #338D84
Tints of Blue Chill #338D84
RGB
CMYK
RGB Variations
Color information
#338D84 (or 0x338D84) is known color: Blue Chill. HEX triplet: 33, 8D and 84. RGB value is (51,141,132). Sum of RGB (Red+Green+Blue) = 51+141+132=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #338D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D84 is #CC727B. Grayscale: #717171. Windows color (decimal): -13398652 or 8686899. OLE color: 8686899.
HSL color Cylindrical-coordinate representation of color #338D84: hue angle of 174º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338D84 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 141 | 132 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.45 |
| HSL | 174º | 0.47% | 0.38% | - |
| HSV(B) | 174º | 0.64% | 0.55% | - |
| XYZ | 15.05 | 21.42 | 25.17 | - |
| YUV | 113.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 132 | 0.64 | 0 | 0.06 | 0.45 | 174 | 0.47 | 0.38 |
| Hex | 33 | 8D | 84 | 40 | 0 | 6 | 2D | AE | 2F | 26 |
| Octal | 63 | 215 | 204 | 100 | 0 | 6 | 55 | 256 | 57 | 46 |
| Binary | 110011 | 10001101 | 10000100 | 1000000 | 0 | 110 | 101101 | 10101110 | 101111 | 100110 |
Color Harmonies of #338D84
Complementary color
Monochromatic Colors of #338D84
Black with #338D84
Text Example
Text Example
White with #338D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338D84; }
p { color: rgb(51,141,132); }
H1.HeaderClassName
{
color: #338D84;
}
.AnyTagClassName
{
color: #338D84;
}
</style>
background-color css
<style>
a { background-color: #338D84; }
a { background-color: rgb(51,141,132); }
div.DivClassName
{
background-color: #338D84;
}
.BgClassName
{
background-color: #338D84;
}
</style>
border-color css
<style>
span { border-color: #338D84; }
span { border-color: rgb(51,141,132); }
td.TdClassName
{
border-color: #338D84;
}
.TagClassName
{
border-color: #338D84;
}
</style>