Shades of Blue Chill #33848B
Tints of Blue Chill #33848B
RGB
CMYK
RGB Variations
Color information
#33848B (or 0x33848B) is known color: Blue Chill. HEX triplet: 33, 84 and 8B. RGB value is (51,132,139). Sum of RGB (Red+Green+Blue) = 51+132+139=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #33848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848B is #CC7B74. Grayscale: #6C6C6C. Windows color (decimal): -13400949 or 9143347. OLE color: 9143347.
HSL color Cylindrical-coordinate representation of color #33848B: hue angle of 184.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33848B is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 132 | 139 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.45 |
| HSL | 184.77º | 0.46% | 0.37% | - |
| HSV(B) | 184.77º | 0.63% | 0.55% | - |
| XYZ | 14.28 | 19.07 | 27.35 | - |
| YUV | 108.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 139 | 0.63 | 0.05 | 0 | 0.45 | 184.77 | 0.46 | 0.37 |
| Hex | 33 | 84 | 8B | 3F | 5 | 0 | 2D | B9 | 2E | 25 |
| Octal | 63 | 204 | 213 | 77 | 5 | 0 | 55 | 271 | 56 | 45 |
| Binary | 110011 | 10000100 | 10001011 | 111111 | 101 | 0 | 101101 | 10111001 | 101110 | 100101 |
Color Harmonies of #33848B
Complementary color
Monochromatic Colors of #33848B
Black with #33848B
Text Example
Text Example
White with #33848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33848B; }
p { color: rgb(51,132,139); }
H1.HeaderClassName
{
color: #33848B;
}
.AnyTagClassName
{
color: #33848B;
}
</style>
background-color css
<style>
a { background-color: #33848B; }
a { background-color: rgb(51,132,139); }
div.DivClassName
{
background-color: #33848B;
}
.BgClassName
{
background-color: #33848B;
}
</style>
border-color css
<style>
span { border-color: #33848B; }
span { border-color: rgb(51,132,139); }
td.TdClassName
{
border-color: #33848B;
}
.TagClassName
{
border-color: #33848B;
}
</style>