Shades of Blumine #33626B
Tints of Blumine #33626B
RGB
CMYK
RGB Variations
Color information
#33626B (or 0x33626B) is known color: Blumine. HEX triplet: 33, 62 and 6B. RGB value is (51,98,107). Sum of RGB (Red+Green+Blue) = 51+98+107=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #33626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33626B is #CC9D94. Grayscale: #545454. Windows color (decimal): -13409685 or 7037491. OLE color: 7037491.
HSL color Cylindrical-coordinate representation of color #33626B: hue angle of 189.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 #33626B is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 98 | 107 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.58 |
| HSL | 189.64º | 0.35% | 0.31% | - |
| HSV(B) | 189.64º | 0.52% | 0.42% | - |
| XYZ | 8.39 | 10.5 | 15.49 | - |
| YUV | 84.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 107 | 0.52 | 0.08 | 0 | 0.58 | 189.64 | 0.35 | 0.31 |
| Hex | 33 | 62 | 6B | 34 | 8 | 0 | 3A | BE | 23 | 1F |
| Octal | 63 | 142 | 153 | 64 | 10 | 0 | 72 | 276 | 43 | 37 |
| Binary | 110011 | 1100010 | 1101011 | 110100 | 1000 | 0 | 111010 | 10111110 | 100011 | 11111 |
Color Harmonies of #33626B
Complementary color
Monochromatic Colors of #33626B
Black with #33626B
Text Example
Text Example
White with #33626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33626B; }
p { color: rgb(51,98,107); }
H1.HeaderClassName
{
color: #33626B;
}
.AnyTagClassName
{
color: #33626B;
}
</style>
background-color css
<style>
a { background-color: #33626B; }
a { background-color: rgb(51,98,107); }
div.DivClassName
{
background-color: #33626B;
}
.BgClassName
{
background-color: #33626B;
}
</style>
border-color css
<style>
span { border-color: #33626B; }
span { border-color: rgb(51,98,107); }
td.TdClassName
{
border-color: #33626B;
}
.TagClassName
{
border-color: #33626B;
}
</style>