Shades of Blumine #33617A
Tints of Blumine #33617A
RGB
CMYK
RGB Variations
Color information
#33617A (or 0x33617A) is known color: Blumine. HEX triplet: 33, 61 and 7A. RGB value is (51,97,122). Sum of RGB (Red+Green+Blue) = 51+97+122=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #33617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33617A is #CC9E85. Grayscale: #555555. Windows color (decimal): -13409926 or 8020275. OLE color: 8020275.
HSL color Cylindrical-coordinate representation of color #33617A: hue angle of 201.13º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33617A is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 97 | 122 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.52 |
| HSL | 201.13º | 0.41% | 0.34% | - |
| HSV(B) | 201.13º | 0.58% | 0.48% | - |
| XYZ | 9.15 | 10.66 | 19.99 | - |
| YUV | 86.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 122 | 0.58 | 0.20 | 0 | 0.52 | 201.13 | 0.41 | 0.34 |
| Hex | 33 | 61 | 7A | 3A | 14 | 0 | 34 | C9 | 29 | 22 |
| Octal | 63 | 141 | 172 | 72 | 24 | 0 | 64 | 311 | 51 | 42 |
| Binary | 110011 | 1100001 | 1111010 | 111010 | 10100 | 0 | 110100 | 11001001 | 101001 | 100010 |
Color Harmonies of #33617A
Complementary color
Monochromatic Colors of #33617A
Black with #33617A
Text Example
Text Example
White with #33617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33617A; }
p { color: rgb(51,97,122); }
H1.HeaderClassName
{
color: #33617A;
}
.AnyTagClassName
{
color: #33617A;
}
</style>
background-color css
<style>
a { background-color: #33617A; }
a { background-color: rgb(51,97,122); }
div.DivClassName
{
background-color: #33617A;
}
.BgClassName
{
background-color: #33617A;
}
</style>
border-color css
<style>
span { border-color: #33617A; }
span { border-color: rgb(51,97,122); }
td.TdClassName
{
border-color: #33617A;
}
.TagClassName
{
border-color: #33617A;
}
</style>