Shades of Blumine #33636A
Tints of Blumine #33636A
RGB
CMYK
RGB Variations
Color information
#33636A (or 0x33636A) is known color: Blumine. HEX triplet: 33, 63 and 6A. RGB value is (51,99,106). Sum of RGB (Red+Green+Blue) = 51+99+106=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #33636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33636A is #CC9C95. Grayscale: #555555. Windows color (decimal): -13409430 or 6972211. OLE color: 6972211.
HSL color Cylindrical-coordinate representation of color #33636A: hue angle of 187.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33636A is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 99 | 106 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.58 |
| HSL | 187.64º | 0.35% | 0.31% | - |
| HSV(B) | 187.64º | 0.52% | 0.42% | - |
| XYZ | 8.43 | 10.67 | 15.25 | - |
| YUV | 85.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 106 | 0.52 | 0.07 | 0 | 0.58 | 187.64 | 0.35 | 0.31 |
| Hex | 33 | 63 | 6A | 34 | 7 | 0 | 3A | BC | 23 | 1F |
| Octal | 63 | 143 | 152 | 64 | 7 | 0 | 72 | 274 | 43 | 37 |
| Binary | 110011 | 1100011 | 1101010 | 110100 | 111 | 0 | 111010 | 10111100 | 100011 | 11111 |
Color Harmonies of #33636A
Complementary color
Monochromatic Colors of #33636A
Black with #33636A
Text Example
Text Example
White with #33636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33636A; }
p { color: rgb(51,99,106); }
H1.HeaderClassName
{
color: #33636A;
}
.AnyTagClassName
{
color: #33636A;
}
</style>
background-color css
<style>
a { background-color: #33636A; }
a { background-color: rgb(51,99,106); }
div.DivClassName
{
background-color: #33636A;
}
.BgClassName
{
background-color: #33636A;
}
</style>
border-color css
<style>
span { border-color: #33636A; }
span { border-color: rgb(51,99,106); }
td.TdClassName
{
border-color: #33636A;
}
.TagClassName
{
border-color: #33636A;
}
</style>