Shades of Blue Chill #32858A
Tints of Blue Chill #32858A
RGB
CMYK
RGB Variations
Color information
#32858A (or 0x32858A) is known color: Blue Chill. HEX triplet: 32, 85 and 8A. RGB value is (50,133,138). Sum of RGB (Red+Green+Blue) = 50+133+138=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #32858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32858A is #CD7A75. Grayscale: #6C6C6C. Windows color (decimal): -13466230 or 9078066. OLE color: 9078066.
HSL color Cylindrical-coordinate representation of color #32858A: hue angle of 183.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32858A is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 133 | 138 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.46 |
| HSL | 183.41º | 0.47% | 0.37% | - |
| HSV(B) | 183.41º | 0.64% | 0.54% | - |
| XYZ | 14.29 | 19.29 | 27.01 | - |
| YUV | 108.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 138 | 0.64 | 0.04 | 0 | 0.46 | 183.41 | 0.47 | 0.37 |
| Hex | 32 | 85 | 8A | 40 | 4 | 0 | 2E | B7 | 2F | 25 |
| Octal | 62 | 205 | 212 | 100 | 4 | 0 | 56 | 267 | 57 | 45 |
| Binary | 110010 | 10000101 | 10001010 | 1000000 | 100 | 0 | 101110 | 10110111 | 101111 | 100101 |
Color Harmonies of #32858A
Complementary color
Monochromatic Colors of #32858A
Black with #32858A
Text Example
Text Example
White with #32858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32858A; }
p { color: rgb(50,133,138); }
H1.HeaderClassName
{
color: #32858A;
}
.AnyTagClassName
{
color: #32858A;
}
</style>
background-color css
<style>
a { background-color: #32858A; }
a { background-color: rgb(50,133,138); }
div.DivClassName
{
background-color: #32858A;
}
.BgClassName
{
background-color: #32858A;
}
</style>
border-color css
<style>
span { border-color: #32858A; }
span { border-color: rgb(50,133,138); }
td.TdClassName
{
border-color: #32858A;
}
.TagClassName
{
border-color: #32858A;
}
</style>