Shades of Blumine #335964
Tints of Blumine #335964
RGB
CMYK
RGB Variations
Color information
#335964 (or 0x335964) is known color: Blumine. HEX triplet: 33, 59 and 64. RGB value is (51,89,100). Sum of RGB (Red+Green+Blue) = 51+89+100=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #335964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335964 is #CCA69B. Grayscale: #4E4E4E. Windows color (decimal): -13411996 or 6576435. OLE color: 6576435.
HSL color Cylindrical-coordinate representation of color #335964: hue angle of 193.47º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #335964 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 89 | 100 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.61 |
| HSL | 193.47º | 0.32% | 0.3% | - |
| HSV(B) | 193.47º | 0.49% | 0.39% | - |
| XYZ | 7.24 | 8.77 | 13.37 | - |
| YUV | 78.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 100 | 0.49 | 0.11 | 0 | 0.61 | 193.47 | 0.32 | 0.3 |
| Hex | 33 | 59 | 64 | 31 | B | 0 | 3D | C1 | 20 | 1E |
| Octal | 63 | 131 | 144 | 61 | 13 | 0 | 75 | 301 | 40 | 36 |
| Binary | 110011 | 1011001 | 1100100 | 110001 | 1011 | 0 | 111101 | 11000001 | 100000 | 11110 |
Color Harmonies of #335964
Complementary color
Monochromatic Colors of #335964
Black with #335964
Text Example
Text Example
White with #335964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335964; }
p { color: rgb(51,89,100); }
H1.HeaderClassName
{
color: #335964;
}
.AnyTagClassName
{
color: #335964;
}
</style>
background-color css
<style>
a { background-color: #335964; }
a { background-color: rgb(51,89,100); }
div.DivClassName
{
background-color: #335964;
}
.BgClassName
{
background-color: #335964;
}
</style>
border-color css
<style>
span { border-color: #335964; }
span { border-color: rgb(51,89,100); }
td.TdClassName
{
border-color: #335964;
}
.TagClassName
{
border-color: #335964;
}
</style>