Shades of Blue Chill #329094
Tints of Blue Chill #329094
RGB
CMYK
RGB Variations
Color information
#329094 (or 0x329094) is known color: Blue Chill. HEX triplet: 32, 90 and 94. RGB value is (50,144,148). Sum of RGB (Red+Green+Blue) = 50+144+148=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #329094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329094 is #CD6F6B. Grayscale: #747474. Windows color (decimal): -13463404 or 9736242. OLE color: 9736242.
HSL color Cylindrical-coordinate representation of color #329094: hue angle of 182.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329094 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 144 | 148 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.42 |
| HSL | 182.45º | 0.49% | 0.39% | - |
| HSV(B) | 182.45º | 0.66% | 0.58% | - |
| XYZ | 16.63 | 22.76 | 31.53 | - |
| YUV | 116.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 144 | 148 | 0.66 | 0.03 | 0 | 0.42 | 182.45 | 0.49 | 0.39 |
| Hex | 32 | 90 | 94 | 42 | 3 | 0 | 2A | B6 | 31 | 27 |
| Octal | 62 | 220 | 224 | 102 | 3 | 0 | 52 | 266 | 61 | 47 |
| Binary | 110010 | 10010000 | 10010100 | 1000010 | 11 | 0 | 101010 | 10110110 | 110001 | 100111 |
Color Harmonies of #329094
Complementary color
Monochromatic Colors of #329094
Black with #329094
Text Example
Text Example
White with #329094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329094; }
p { color: rgb(50,144,148); }
H1.HeaderClassName
{
color: #329094;
}
.AnyTagClassName
{
color: #329094;
}
</style>
background-color css
<style>
a { background-color: #329094; }
a { background-color: rgb(50,144,148); }
div.DivClassName
{
background-color: #329094;
}
.BgClassName
{
background-color: #329094;
}
</style>
border-color css
<style>
span { border-color: #329094; }
span { border-color: rgb(50,144,148); }
td.TdClassName
{
border-color: #329094;
}
.TagClassName
{
border-color: #329094;
}
</style>