Shades of Blue Chill #33848C
Tints of Blue Chill #33848C
RGB
CMYK
RGB Variations
Color information
#33848C (or 0x33848C) is known color: Blue Chill. HEX triplet: 33, 84 and 8C. RGB value is (51,132,140). Sum of RGB (Red+Green+Blue) = 51+132+140=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #33848C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848C is #CC7B73. Grayscale: #6C6C6C. Windows color (decimal): -13400948 or 9208883. OLE color: 9208883.
HSL color Cylindrical-coordinate representation of color #33848C: hue angle of 185.39º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33848C is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 132 | 140 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.45 |
| HSL | 185.39º | 0.47% | 0.37% | - |
| HSV(B) | 185.39º | 0.64% | 0.55% | - |
| XYZ | 14.35 | 19.1 | 27.74 | - |
| YUV | 108.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 140 | 0.64 | 0.06 | 0 | 0.45 | 185.39 | 0.47 | 0.37 |
| Hex | 33 | 84 | 8C | 40 | 6 | 0 | 2D | B9 | 2F | 25 |
| Octal | 63 | 204 | 214 | 100 | 6 | 0 | 55 | 271 | 57 | 45 |
| Binary | 110011 | 10000100 | 10001100 | 1000000 | 110 | 0 | 101101 | 10111001 | 101111 | 100101 |
Color Harmonies of #33848C
Complementary color
Monochromatic Colors of #33848C
Black with #33848C
Text Example
Text Example
White with #33848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33848C; }
p { color: rgb(51,132,140); }
H1.HeaderClassName
{
color: #33848C;
}
.AnyTagClassName
{
color: #33848C;
}
</style>
background-color css
<style>
a { background-color: #33848C; }
a { background-color: rgb(51,132,140); }
div.DivClassName
{
background-color: #33848C;
}
.BgClassName
{
background-color: #33848C;
}
</style>
border-color css
<style>
span { border-color: #33848C; }
span { border-color: rgb(51,132,140); }
td.TdClassName
{
border-color: #33848C;
}
.TagClassName
{
border-color: #33848C;
}
</style>