Shades of Blue Chill #33838F
Tints of Blue Chill #33838F
RGB
CMYK
RGB Variations
Color information
#33838F (or 0x33838F) is known color: Blue Chill. HEX triplet: 33, 83 and 8F. RGB value is (51,131,143). Sum of RGB (Red+Green+Blue) = 51+131+143=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #33838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33838F is #CC7C70. Grayscale: #6C6C6C. Windows color (decimal): -13401201 or 9405235. OLE color: 9405235.
HSL color Cylindrical-coordinate representation of color #33838F: hue angle of 187.83º 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 #33838F is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 131 | 143 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.44 |
| HSL | 187.83º | 0.47% | 0.38% | - |
| HSV(B) | 187.83º | 0.64% | 0.56% | - |
| XYZ | 14.44 | 18.92 | 28.88 | - |
| YUV | 108.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 143 | 0.64 | 0.08 | 0 | 0.44 | 187.83 | 0.47 | 0.38 |
| Hex | 33 | 83 | 8F | 40 | 8 | 0 | 2C | BC | 2F | 26 |
| Octal | 63 | 203 | 217 | 100 | 10 | 0 | 54 | 274 | 57 | 46 |
| Binary | 110011 | 10000011 | 10001111 | 1000000 | 1000 | 0 | 101100 | 10111100 | 101111 | 100110 |
Color Harmonies of #33838F
Complementary color
Monochromatic Colors of #33838F
Black with #33838F
Text Example
Text Example
White with #33838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33838F; }
p { color: rgb(51,131,143); }
H1.HeaderClassName
{
color: #33838F;
}
.AnyTagClassName
{
color: #33838F;
}
</style>
background-color css
<style>
a { background-color: #33838F; }
a { background-color: rgb(51,131,143); }
div.DivClassName
{
background-color: #33838F;
}
.BgClassName
{
background-color: #33838F;
}
</style>
border-color css
<style>
span { border-color: #33838F; }
span { border-color: rgb(51,131,143); }
td.TdClassName
{
border-color: #33838F;
}
.TagClassName
{
border-color: #33838F;
}
</style>