Shades of Blue Chill #32948C
Tints of Blue Chill #32948C
RGB
CMYK
RGB Variations
Color information
#32948C (or 0x32948C) is known color: Blue Chill. HEX triplet: 32, 94 and 8C. RGB value is (50,148,140). Sum of RGB (Red+Green+Blue) = 50+148+140=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #32948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32948C is #CD6B73. Grayscale: #757575. Windows color (decimal): -13462388 or 9212978. OLE color: 9212978.
HSL color Cylindrical-coordinate representation of color #32948C: hue angle of 175.1º 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 #32948C is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 140 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.42 |
| HSL | 175.1º | 0.49% | 0.39% | - |
| HSV(B) | 175.1º | 0.66% | 0.58% | - |
| XYZ | 16.64 | 23.75 | 28.52 | - |
| YUV | 117.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 140 | 0.66 | 0 | 0.05 | 0.42 | 175.1 | 0.49 | 0.39 |
| Hex | 32 | 94 | 8C | 42 | 0 | 5 | 2A | AF | 31 | 27 |
| Octal | 62 | 224 | 214 | 102 | 0 | 5 | 52 | 257 | 61 | 47 |
| Binary | 110010 | 10010100 | 10001100 | 1000010 | 0 | 101 | 101010 | 10101111 | 110001 | 100111 |
Color Harmonies of #32948C
Complementary color
Monochromatic Colors of #32948C
Black with #32948C
Text Example
Text Example
White with #32948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32948C; }
p { color: rgb(50,148,140); }
H1.HeaderClassName
{
color: #32948C;
}
.AnyTagClassName
{
color: #32948C;
}
</style>
background-color css
<style>
a { background-color: #32948C; }
a { background-color: rgb(50,148,140); }
div.DivClassName
{
background-color: #32948C;
}
.BgClassName
{
background-color: #32948C;
}
</style>
border-color css
<style>
span { border-color: #32948C; }
span { border-color: rgb(50,148,140); }
td.TdClassName
{
border-color: #32948C;
}
.TagClassName
{
border-color: #32948C;
}
</style>