Shades of Blue Chill #328F94
Tints of Blue Chill #328F94
RGB
CMYK
RGB Variations
Color information
#328F94 (or 0x328F94) is known color: Blue Chill. HEX triplet: 32, 8F and 94. RGB value is (50,143,148). Sum of RGB (Red+Green+Blue) = 50+143+148=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #328F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F94 is #CD706B. Grayscale: #737373. Windows color (decimal): -13463660 or 9735986. OLE color: 9735986.
HSL color Cylindrical-coordinate representation of color #328F94: hue angle of 183.06º 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 #328F94 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 143 | 148 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.42 |
| HSL | 183.06º | 0.49% | 0.39% | - |
| HSV(B) | 183.06º | 0.66% | 0.58% | - |
| XYZ | 16.48 | 22.46 | 31.48 | - |
| YUV | 115.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 148 | 0.66 | 0.03 | 0 | 0.42 | 183.06 | 0.49 | 0.39 |
| Hex | 32 | 8F | 94 | 42 | 3 | 0 | 2A | B7 | 31 | 27 |
| Octal | 62 | 217 | 224 | 102 | 3 | 0 | 52 | 267 | 61 | 47 |
| Binary | 110010 | 10001111 | 10010100 | 1000010 | 11 | 0 | 101010 | 10110111 | 110001 | 100111 |
Color Harmonies of #328F94
Complementary color
Monochromatic Colors of #328F94
Black with #328F94
Text Example
Text Example
White with #328F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F94; }
p { color: rgb(50,143,148); }
H1.HeaderClassName
{
color: #328F94;
}
.AnyTagClassName
{
color: #328F94;
}
</style>
background-color css
<style>
a { background-color: #328F94; }
a { background-color: rgb(50,143,148); }
div.DivClassName
{
background-color: #328F94;
}
.BgClassName
{
background-color: #328F94;
}
</style>
border-color css
<style>
span { border-color: #328F94; }
span { border-color: rgb(50,143,148); }
td.TdClassName
{
border-color: #328F94;
}
.TagClassName
{
border-color: #328F94;
}
</style>