Shades of Blue Chill #328F90
Tints of Blue Chill #328F90
RGB
CMYK
RGB Variations
Color information
#328F90 (or 0x328F90) is known color: Blue Chill. HEX triplet: 32, 8F and 90. RGB value is (50,143,144). Sum of RGB (Red+Green+Blue) = 50+143+144=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #328F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F90 is #CD706F. Grayscale: #737373. Windows color (decimal): -13463664 or 9473842. OLE color: 9473842.
HSL color Cylindrical-coordinate representation of color #328F90: hue angle of 180.64º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F90 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 144 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.44 |
| HSL | 180.64º | 0.48% | 0.38% | - |
| HSV(B) | 180.64º | 0.65% | 0.56% | - |
| XYZ | 16.17 | 22.34 | 29.84 | - |
| YUV | 115.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 144 | 0.65 | 0.01 | 0 | 0.44 | 180.64 | 0.48 | 0.38 |
| Hex | 32 | 8F | 90 | 41 | 1 | 0 | 2C | B5 | 30 | 26 |
| Octal | 62 | 217 | 220 | 101 | 1 | 0 | 54 | 265 | 60 | 46 |
| Binary | 110010 | 10001111 | 10010000 | 1000001 | 1 | 0 | 101100 | 10110101 | 110000 | 100110 |
Color Harmonies of #328F90
Complementary color
Monochromatic Colors of #328F90
Black with #328F90
Text Example
Text Example
White with #328F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F90; }
p { color: rgb(50,143,144); }
H1.HeaderClassName
{
color: #328F90;
}
.AnyTagClassName
{
color: #328F90;
}
</style>
background-color css
<style>
a { background-color: #328F90; }
a { background-color: rgb(50,143,144); }
div.DivClassName
{
background-color: #328F90;
}
.BgClassName
{
background-color: #328F90;
}
</style>
border-color css
<style>
span { border-color: #328F90; }
span { border-color: rgb(50,143,144); }
td.TdClassName
{
border-color: #328F90;
}
.TagClassName
{
border-color: #328F90;
}
</style>