Shades of Blue Chill #338A84
Tints of Blue Chill #338A84
RGB
CMYK
RGB Variations
Color information
#338A84 (or 0x338A84) is known color: Blue Chill. HEX triplet: 33, 8A and 84. RGB value is (51,138,132). Sum of RGB (Red+Green+Blue) = 51+138+132=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #338A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A84 is #CC757B. Grayscale: #6F6F6F. Windows color (decimal): -13399420 or 8686131. OLE color: 8686131.
HSL color Cylindrical-coordinate representation of color #338A84: hue angle of 175.86º 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 #338A84 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 132 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.46 |
| HSL | 175.86º | 0.46% | 0.37% | - |
| HSV(B) | 175.86º | 0.63% | 0.54% | - |
| XYZ | 14.62 | 20.55 | 25.03 | - |
| YUV | 111.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 132 | 0.63 | 0 | 0.04 | 0.46 | 175.86 | 0.46 | 0.37 |
| Hex | 33 | 8A | 84 | 3F | 0 | 4 | 2E | B0 | 2E | 25 |
| Octal | 63 | 212 | 204 | 77 | 0 | 4 | 56 | 260 | 56 | 45 |
| Binary | 110011 | 10001010 | 10000100 | 111111 | 0 | 100 | 101110 | 10110000 | 101110 | 100101 |
Color Harmonies of #338A84
Complementary color
Monochromatic Colors of #338A84
Black with #338A84
Text Example
Text Example
White with #338A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A84; }
p { color: rgb(51,138,132); }
H1.HeaderClassName
{
color: #338A84;
}
.AnyTagClassName
{
color: #338A84;
}
</style>
background-color css
<style>
a { background-color: #338A84; }
a { background-color: rgb(51,138,132); }
div.DivClassName
{
background-color: #338A84;
}
.BgClassName
{
background-color: #338A84;
}
</style>
border-color css
<style>
span { border-color: #338A84; }
span { border-color: rgb(51,138,132); }
td.TdClassName
{
border-color: #338A84;
}
.TagClassName
{
border-color: #338A84;
}
</style>