Shades of Blue Chill #33848D
Tints of Blue Chill #33848D
RGB
CMYK
RGB Variations
Color information
#33848D (or 0x33848D) is known color: Blue Chill. HEX triplet: 33, 84 and 8D. RGB value is (51,132,141). Sum of RGB (Red+Green+Blue) = 51+132+141=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #33848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848D is #CC7B72. Grayscale: #6C6C6C. Windows color (decimal): -13400947 or 9274419. OLE color: 9274419.
HSL color Cylindrical-coordinate representation of color #33848D: hue angle of 186º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33848D is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 132 | 141 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.45 |
| HSL | 186º | 0.47% | 0.38% | - |
| HSV(B) | 186º | 0.64% | 0.55% | - |
| XYZ | 14.42 | 19.13 | 28.13 | - |
| YUV | 108.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 141 | 0.64 | 0.06 | 0 | 0.45 | 186 | 0.47 | 0.38 |
| Hex | 33 | 84 | 8D | 40 | 6 | 0 | 2D | BA | 2F | 26 |
| Octal | 63 | 204 | 215 | 100 | 6 | 0 | 55 | 272 | 57 | 46 |
| Binary | 110011 | 10000100 | 10001101 | 1000000 | 110 | 0 | 101101 | 10111010 | 101111 | 100110 |
Color Harmonies of #33848D
Complementary color
Monochromatic Colors of #33848D
Black with #33848D
Text Example
Text Example
White with #33848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33848D; }
p { color: rgb(51,132,141); }
H1.HeaderClassName
{
color: #33848D;
}
.AnyTagClassName
{
color: #33848D;
}
</style>
background-color css
<style>
a { background-color: #33848D; }
a { background-color: rgb(51,132,141); }
div.DivClassName
{
background-color: #33848D;
}
.BgClassName
{
background-color: #33848D;
}
</style>
border-color css
<style>
span { border-color: #33848D; }
span { border-color: rgb(51,132,141); }
td.TdClassName
{
border-color: #33848D;
}
.TagClassName
{
border-color: #33848D;
}
</style>