Shades of Blue Chill #33868B
Tints of Blue Chill #33868B
RGB
CMYK
RGB Variations
Color information
#33868B (or 0x33868B) is known color: Blue Chill. HEX triplet: 33, 86 and 8B. RGB value is (51,134,139). Sum of RGB (Red+Green+Blue) = 51+134+139=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #33868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33868B is #CC7974. Grayscale: #6D6D6D. Windows color (decimal): -13400437 or 9143859. OLE color: 9143859.
HSL color Cylindrical-coordinate representation of color #33868B: hue angle of 183.41º 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 #33868B is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 134 | 139 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.45 |
| HSL | 183.41º | 0.46% | 0.37% | - |
| HSV(B) | 183.41º | 0.63% | 0.55% | - |
| XYZ | 14.55 | 19.62 | 27.45 | - |
| YUV | 109.75 | 144.5 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 139 | 0.63 | 0.04 | 0 | 0.45 | 183.41 | 0.46 | 0.37 |
| Hex | 33 | 86 | 8B | 3F | 4 | 0 | 2D | B7 | 2E | 25 |
| Octal | 63 | 206 | 213 | 77 | 4 | 0 | 55 | 267 | 56 | 45 |
| Binary | 110011 | 10000110 | 10001011 | 111111 | 100 | 0 | 101101 | 10110111 | 101110 | 100101 |
Color Harmonies of #33868B
Complementary color
Monochromatic Colors of #33868B
Black with #33868B
Text Example
Text Example
White with #33868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33868B; }
p { color: rgb(51,134,139); }
H1.HeaderClassName
{
color: #33868B;
}
.AnyTagClassName
{
color: #33868B;
}
</style>
background-color css
<style>
a { background-color: #33868B; }
a { background-color: rgb(51,134,139); }
div.DivClassName
{
background-color: #33868B;
}
.BgClassName
{
background-color: #33868B;
}
</style>
border-color css
<style>
span { border-color: #33868B; }
span { border-color: rgb(51,134,139); }
td.TdClassName
{
border-color: #33868B;
}
.TagClassName
{
border-color: #33868B;
}
</style>