Shades of Blue Chill #329292
Tints of Blue Chill #329292
RGB
CMYK
RGB Variations
Color information
#329292 (or 0x329292) is known color: Blue Chill. HEX triplet: 32, 92 and 92. RGB value is (50,146,146). Sum of RGB (Red+Green+Blue) = 50+146+146=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #329292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329292 is #CD6D6D. Grayscale: #757575. Windows color (decimal): -13462894 or 9605682. OLE color: 9605682.
HSL color Cylindrical-coordinate representation of color #329292: hue angle of 180º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329292 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 146 | 146 | - |
| CMYK | 0.66 | 0 | 0 | 0.43 |
| HSL | 180º | 0.49% | 0.38% | - |
| HSV(B) | 180º | 0.66% | 0.57% | - |
| XYZ | 16.78 | 23.31 | 30.81 | - |
| YUV | 117.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 146 | 146 | 0.66 | 0 | 0 | 0.43 | 180 | 0.49 | 0.38 |
| Hex | 32 | 92 | 92 | 42 | 0 | 0 | 2B | B4 | 31 | 26 |
| Octal | 62 | 222 | 222 | 102 | 0 | 0 | 53 | 264 | 61 | 46 |
| Binary | 110010 | 10010010 | 10010010 | 1000010 | 0 | 0 | 101011 | 10110100 | 110001 | 100110 |
Color Harmonies of #329292
Complementary color
Monochromatic Colors of #329292
Black with #329292
Text Example
Text Example
White with #329292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329292; }
p { color: rgb(50,146,146); }
H1.HeaderClassName
{
color: #329292;
}
.AnyTagClassName
{
color: #329292;
}
</style>
background-color css
<style>
a { background-color: #329292; }
a { background-color: rgb(50,146,146); }
div.DivClassName
{
background-color: #329292;
}
.BgClassName
{
background-color: #329292;
}
</style>
border-color css
<style>
span { border-color: #329292; }
span { border-color: rgb(50,146,146); }
td.TdClassName
{
border-color: #329292;
}
.TagClassName
{
border-color: #329292;
}
</style>