Shades of Blumine #335965
Tints of Blumine #335965
RGB
CMYK
RGB Variations
Color information
#335965 (or 0x335965) is known color: Blumine. HEX triplet: 33, 59 and 65. RGB value is (51,89,101). Sum of RGB (Red+Green+Blue) = 51+89+101=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #335965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335965 is #CCA69A. Grayscale: #4E4E4E. Windows color (decimal): -13411995 or 6641971. OLE color: 6641971.
HSL color Cylindrical-coordinate representation of color #335965: hue angle of 194.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #335965 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 89 | 101 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.60 |
| HSL | 194.4º | 0.33% | 0.3% | - |
| HSV(B) | 194.4º | 0.5% | 0.4% | - |
| XYZ | 7.29 | 8.79 | 13.62 | - |
| YUV | 79.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 101 | 0.50 | 0.12 | 0 | 0.60 | 194.4 | 0.33 | 0.3 |
| Hex | 33 | 59 | 65 | 32 | C | 0 | 3C | C2 | 21 | 1E |
| Octal | 63 | 131 | 145 | 62 | 14 | 0 | 74 | 302 | 41 | 36 |
| Binary | 110011 | 1011001 | 1100101 | 110010 | 1100 | 0 | 111100 | 11000010 | 100001 | 11110 |
Color Harmonies of #335965
Complementary color
Monochromatic Colors of #335965
Black with #335965
Text Example
Text Example
White with #335965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335965; }
p { color: rgb(51,89,101); }
H1.HeaderClassName
{
color: #335965;
}
.AnyTagClassName
{
color: #335965;
}
</style>
background-color css
<style>
a { background-color: #335965; }
a { background-color: rgb(51,89,101); }
div.DivClassName
{
background-color: #335965;
}
.BgClassName
{
background-color: #335965;
}
</style>
border-color css
<style>
span { border-color: #335965; }
span { border-color: rgb(51,89,101); }
td.TdClassName
{
border-color: #335965;
}
.TagClassName
{
border-color: #335965;
}
</style>