Shades of Blue Chill #328F92
Tints of Blue Chill #328F92
RGB
CMYK
RGB Variations
Color information
#328F92 (or 0x328F92) is known color: Blue Chill. HEX triplet: 32, 8F and 92. RGB value is (50,143,146). Sum of RGB (Red+Green+Blue) = 50+143+146=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #328F92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F92 is #CD706D. Grayscale: #737373. Windows color (decimal): -13463662 or 9604914. OLE color: 9604914.
HSL color Cylindrical-coordinate representation of color #328F92: hue angle of 181.88º 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 #328F92 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 143 | 146 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.43 |
| HSL | 181.88º | 0.49% | 0.38% | - |
| HSV(B) | 181.88º | 0.66% | 0.57% | - |
| XYZ | 16.33 | 22.4 | 30.66 | - |
| YUV | 115.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 146 | 0.66 | 0.02 | 0 | 0.43 | 181.88 | 0.49 | 0.38 |
| Hex | 32 | 8F | 92 | 42 | 2 | 0 | 2B | B6 | 31 | 26 |
| Octal | 62 | 217 | 222 | 102 | 2 | 0 | 53 | 266 | 61 | 46 |
| Binary | 110010 | 10001111 | 10010010 | 1000010 | 10 | 0 | 101011 | 10110110 | 110001 | 100110 |
Color Harmonies of #328F92
Complementary color
Monochromatic Colors of #328F92
Black with #328F92
Text Example
Text Example
White with #328F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F92; }
p { color: rgb(50,143,146); }
H1.HeaderClassName
{
color: #328F92;
}
.AnyTagClassName
{
color: #328F92;
}
</style>
background-color css
<style>
a { background-color: #328F92; }
a { background-color: rgb(50,143,146); }
div.DivClassName
{
background-color: #328F92;
}
.BgClassName
{
background-color: #328F92;
}
</style>
border-color css
<style>
span { border-color: #328F92; }
span { border-color: rgb(50,143,146); }
td.TdClassName
{
border-color: #328F92;
}
.TagClassName
{
border-color: #328F92;
}
</style>