Shades of Blue Chill #33848F
Tints of Blue Chill #33848F
RGB
CMYK
RGB Variations
Color information
#33848F (or 0x33848F) is known color: Blue Chill. HEX triplet: 33, 84 and 8F. RGB value is (51,132,143). Sum of RGB (Red+Green+Blue) = 51+132+143=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #33848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848F is #CC7B70. Grayscale: #6C6C6C. Windows color (decimal): -13400945 or 9405491. OLE color: 9405491.
HSL color Cylindrical-coordinate representation of color #33848F: hue angle of 187.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33848F is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 132 | 143 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.44 |
| HSL | 187.17º | 0.47% | 0.38% | - |
| HSV(B) | 187.17º | 0.64% | 0.56% | - |
| XYZ | 14.57 | 19.19 | 28.92 | - |
| YUV | 109.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 143 | 0.64 | 0.08 | 0 | 0.44 | 187.17 | 0.47 | 0.38 |
| Hex | 33 | 84 | 8F | 40 | 8 | 0 | 2C | BB | 2F | 26 |
| Octal | 63 | 204 | 217 | 100 | 10 | 0 | 54 | 273 | 57 | 46 |
| Binary | 110011 | 10000100 | 10001111 | 1000000 | 1000 | 0 | 101100 | 10111011 | 101111 | 100110 |
Color Harmonies of #33848F
Complementary color
Monochromatic Colors of #33848F
Black with #33848F
Text Example
Text Example
White with #33848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33848F; }
p { color: rgb(51,132,143); }
H1.HeaderClassName
{
color: #33848F;
}
.AnyTagClassName
{
color: #33848F;
}
</style>
background-color css
<style>
a { background-color: #33848F; }
a { background-color: rgb(51,132,143); }
div.DivClassName
{
background-color: #33848F;
}
.BgClassName
{
background-color: #33848F;
}
</style>
border-color css
<style>
span { border-color: #33848F; }
span { border-color: rgb(51,132,143); }
td.TdClassName
{
border-color: #33848F;
}
.TagClassName
{
border-color: #33848F;
}
</style>