Shades of Blue Chill #338B86
Tints of Blue Chill #338B86
RGB
CMYK
RGB Variations
Color information
#338B86 (or 0x338B86) is known color: Blue Chill. HEX triplet: 33, 8B and 86. RGB value is (51,139,134). Sum of RGB (Red+Green+Blue) = 51+139+134=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #338B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B86 is #CC7479. Grayscale: #707070. Windows color (decimal): -13399162 or 8817459. OLE color: 8817459.
HSL color Cylindrical-coordinate representation of color #338B86: hue angle of 176.59º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B86 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 134 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.45 |
| HSL | 176.59º | 0.46% | 0.37% | - |
| HSV(B) | 176.59º | 0.63% | 0.55% | - |
| XYZ | 14.9 | 20.89 | 25.8 | - |
| YUV | 112.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 134 | 0.63 | 0 | 0.04 | 0.45 | 176.59 | 0.46 | 0.37 |
| Hex | 33 | 8B | 86 | 3F | 0 | 4 | 2D | B1 | 2E | 25 |
| Octal | 63 | 213 | 206 | 77 | 0 | 4 | 55 | 261 | 56 | 45 |
| Binary | 110011 | 10001011 | 10000110 | 111111 | 0 | 100 | 101101 | 10110001 | 101110 | 100101 |
Color Harmonies of #338B86
Complementary color
Monochromatic Colors of #338B86
Black with #338B86
Text Example
Text Example
White with #338B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B86; }
p { color: rgb(51,139,134); }
H1.HeaderClassName
{
color: #338B86;
}
.AnyTagClassName
{
color: #338B86;
}
</style>
background-color css
<style>
a { background-color: #338B86; }
a { background-color: rgb(51,139,134); }
div.DivClassName
{
background-color: #338B86;
}
.BgClassName
{
background-color: #338B86;
}
</style>
border-color css
<style>
span { border-color: #338B86; }
span { border-color: rgb(51,139,134); }
td.TdClassName
{
border-color: #338B86;
}
.TagClassName
{
border-color: #338B86;
}
</style>