Shades of Blumine #33637B
Tints of Blumine #33637B
RGB
CMYK
RGB Variations
Color information
#33637B (or 0x33637B) is known color: Blumine. HEX triplet: 33, 63 and 7B. RGB value is (51,99,123). Sum of RGB (Red+Green+Blue) = 51+99+123=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #33637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33637B is #CC9C84. Grayscale: #575757. Windows color (decimal): -13409413 or 8086323. OLE color: 8086323.
HSL color Cylindrical-coordinate representation of color #33637B: hue angle of 200º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33637B is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 99 | 123 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.52 |
| HSL | 200º | 0.41% | 0.34% | - |
| HSV(B) | 200º | 0.59% | 0.48% | - |
| XYZ | 9.4 | 11.06 | 20.38 | - |
| YUV | 87.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 123 | 0.59 | 0.20 | 0 | 0.52 | 200 | 0.41 | 0.34 |
| Hex | 33 | 63 | 7B | 3B | 14 | 0 | 34 | C8 | 29 | 22 |
| Octal | 63 | 143 | 173 | 73 | 24 | 0 | 64 | 310 | 51 | 42 |
| Binary | 110011 | 1100011 | 1111011 | 111011 | 10100 | 0 | 110100 | 11001000 | 101001 | 100010 |
Color Harmonies of #33637B
Complementary color
Monochromatic Colors of #33637B
Black with #33637B
Text Example
Text Example
White with #33637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33637B; }
p { color: rgb(51,99,123); }
H1.HeaderClassName
{
color: #33637B;
}
.AnyTagClassName
{
color: #33637B;
}
</style>
background-color css
<style>
a { background-color: #33637B; }
a { background-color: rgb(51,99,123); }
div.DivClassName
{
background-color: #33637B;
}
.BgClassName
{
background-color: #33637B;
}
</style>
border-color css
<style>
span { border-color: #33637B; }
span { border-color: rgb(51,99,123); }
td.TdClassName
{
border-color: #33637B;
}
.TagClassName
{
border-color: #33637B;
}
</style>