Shades of Blue Chill #338A86
Tints of Blue Chill #338A86
RGB
CMYK
RGB Variations
Color information
#338A86 (or 0x338A86) is known color: Blue Chill. HEX triplet: 33, 8A and 86. RGB value is (51,138,134). Sum of RGB (Red+Green+Blue) = 51+138+134=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #338A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A86 is #CC7579. Grayscale: #6F6F6F. Windows color (decimal): -13399418 or 8817203. OLE color: 8817203.
HSL color Cylindrical-coordinate representation of color #338A86: hue angle of 177.24º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A86 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 134 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.46 |
| HSL | 177.24º | 0.46% | 0.37% | - |
| HSV(B) | 177.24º | 0.63% | 0.54% | - |
| XYZ | 14.76 | 20.6 | 25.75 | - |
| YUV | 111.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 134 | 0.63 | 0 | 0.03 | 0.46 | 177.24 | 0.46 | 0.37 |
| Hex | 33 | 8A | 86 | 3F | 0 | 3 | 2E | B1 | 2E | 25 |
| Octal | 63 | 212 | 206 | 77 | 0 | 3 | 56 | 261 | 56 | 45 |
| Binary | 110011 | 10001010 | 10000110 | 111111 | 0 | 11 | 101110 | 10110001 | 101110 | 100101 |
Color Harmonies of #338A86
Complementary color
Monochromatic Colors of #338A86
Black with #338A86
Text Example
Text Example
White with #338A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A86; }
p { color: rgb(51,138,134); }
H1.HeaderClassName
{
color: #338A86;
}
.AnyTagClassName
{
color: #338A86;
}
</style>
background-color css
<style>
a { background-color: #338A86; }
a { background-color: rgb(51,138,134); }
div.DivClassName
{
background-color: #338A86;
}
.BgClassName
{
background-color: #338A86;
}
</style>
border-color css
<style>
span { border-color: #338A86; }
span { border-color: rgb(51,138,134); }
td.TdClassName
{
border-color: #338A86;
}
.TagClassName
{
border-color: #338A86;
}
</style>