Shades of Blumine #33626D
Tints of Blumine #33626D
RGB
CMYK
RGB Variations
Color information
#33626D (or 0x33626D) is known color: Blumine. HEX triplet: 33, 62 and 6D. RGB value is (51,98,109). Sum of RGB (Red+Green+Blue) = 51+98+109=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #33626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33626D is #CC9D92. Grayscale: #555555. Windows color (decimal): -13409683 or 7168563. OLE color: 7168563.
HSL color Cylindrical-coordinate representation of color #33626D: hue angle of 191.38º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33626D is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 98 | 109 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.57 |
| HSL | 191.38º | 0.36% | 0.31% | - |
| HSV(B) | 191.38º | 0.53% | 0.43% | - |
| XYZ | 8.49 | 10.54 | 16.06 | - |
| YUV | 85.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 109 | 0.53 | 0.10 | 0 | 0.57 | 191.38 | 0.36 | 0.31 |
| Hex | 33 | 62 | 6D | 35 | A | 0 | 39 | BF | 24 | 1F |
| Octal | 63 | 142 | 155 | 65 | 12 | 0 | 71 | 277 | 44 | 37 |
| Binary | 110011 | 1100010 | 1101101 | 110101 | 1010 | 0 | 111001 | 10111111 | 100100 | 11111 |
Color Harmonies of #33626D
Complementary color
Monochromatic Colors of #33626D
Black with #33626D
Text Example
Text Example
White with #33626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33626D; }
p { color: rgb(51,98,109); }
H1.HeaderClassName
{
color: #33626D;
}
.AnyTagClassName
{
color: #33626D;
}
</style>
background-color css
<style>
a { background-color: #33626D; }
a { background-color: rgb(51,98,109); }
div.DivClassName
{
background-color: #33626D;
}
.BgClassName
{
background-color: #33626D;
}
</style>
border-color css
<style>
span { border-color: #33626D; }
span { border-color: rgb(51,98,109); }
td.TdClassName
{
border-color: #33626D;
}
.TagClassName
{
border-color: #33626D;
}
</style>